What's the best strategy for ensuring that cached data (i.e. business layer
objects you have cached for performance reasons) are synchronized across
multiple machines in a web farm?

It's an ASP.Net based website - so currently I'm think that perhaps we could
use remoting to force the caches on all machines to repopulate when a change
occurs on one web server... Does this sound feasible, and are there
performance implications for hosting a "remoting" server within a web site?

You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced 
DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to