Storing Datasets in Web Farms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I have an expensive call to the database that returns a dataset and I need
to store this somewhere so that I do not make repeated calls to the database
for the same parameters. What is the best way to tdo this in a web farn
where the session state is not managed on a single server? Putting it in
ViewState will also have performance implications I think since the dataset
can be pretty big. Can someone suggest a methodology and some reading that I
can do to understand this better?

Thanks in advance for any help.

Kan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top