Hi people....
As I understand it, caching of often used data is actually done on the
webserver. No problem there.
Also, I have toyed with moving State Management away from the
webserver, and out onto a dedicated State SQL Server. Neat.
The question: How would I go about centralizing the data in my cache
in a similar manner to the way I did with my session state? I want to
ensure that different requests in a given session that are directed to
different servers in the farm can use the data cached in previous requests.
In other words: How do I cache my data in _one_ place in a Web Farm?
Thanks.
Jespersen
Alvin Bruney - 08 Oct 2003 19:52 GMT
how about using a static data structure?
> Hi people....
>
[quoted text clipped - 13 lines]
> Thanks.
> Jespersen