Re: cache dataset on server accross WS calls
- From: Michael Nemtsev <nemtsev@xxxxxxx>
- Date: Tue, 30 Aug 2005 01:57:50 -0700
Hello moondaddy,
You need to use Cache class of System.Caching
There is a brief description and samples of how to use it http://samples.gotdotnet.com/quickstart/aspplus/default.aspx?url=%2fquickstart%2faspplus%2fdoc%2fdatacaching.aspx
m> I want to cache a dataset on a server via a web service. I was m> thinking of caching it in a session object and returning the session m> ID as a string in the web service back to the windows client. Then I m> want the windows client to call a aspx page passing in the sessionID m> as a parameter and therefore could access the dataset for further m> processing.
---
WBR,
Michael Nemtsev
"At times one remains faithful to a cause only because its opponents do not cease to be insipid. (c) Friedrich Nietzsche"
.
- Follow-Ups:
- Re: cache dataset on server accross WS calls
- From: Steven Cheng[MSFT]
- Re: cache dataset on server accross WS calls
- References:
- cache dataset on server accross WS calls
- From: moondaddy
- cache dataset on server accross WS calls
- Prev by Date: Re: How to resolve SOAP differences
- Next by Date: Re: Avoiding a FileInUse access
- Previous by thread: cache dataset on server accross WS calls
- Next by thread: Re: cache dataset on server accross WS calls
- Index(es):
Relevant Pages
|