Cache, Applicatin and Load Balanced servers

  • Thread starter Thread starter 3P
  • Start date Start date
3

3P

We can use Session to store data and have it accessible on every server in
our farm when we use StateServer or SQL Server for Session.

What about Application and Cache object in Load Balanced scenario? Can
they be share in any way between servers? I think not, but maybe I'm wrong?
 
3P said:
We can use Session to store data and have it accessible on every server
in our farm when we use StateServer or SQL Server for Session.

What about Application and Cache object in Load Balanced scenario? Can
they be share in any way between servers? I think not, but maybe I'm wrong?

There are many open-source (Memcached, SharedCache, ...) and commercial
(NCache, Velocity, ScaleOut, ...) .NET distributed caching solutions.
 

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