Web Cache lifetime

  • Thread starter Thread starter Todd Bandrowsky
  • Start date Start date
T

Todd Bandrowsky

How does the ASP.NET web cache actually work with multiple processes
and or servers (web farm)? Does it store serialized data in shared
memory somehow? Can you even tell IIS 5 to have more than one ASP.NET
worker process, and, if so, what's the impact on doing that to web
caches.

Thanks!
 
Back
Top