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.
 
Back
Top