To keep the background simple here is my problem, I have two
web
servers in a web farm I would like to have a centralized
caching system
on another server, where I can add and remove items from
cache from
that one central server, the other two web server will share
the cached
data from this server such as serializable business objects
and data
objects. I would like the storage system to be SQL server
and the data
that is shared from the cache is not session specific but
the cache
data is accessible to all session running on either server.
Is this
possible now or do I need to build a custom caching engine
based on sql
server that these to web server can access to render data to
any and
all users.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "C-Sharp (C#)" group.
To post to this group, send email to C_Sharp googlegroups.com
To unsubscribe from this group, send email to
C_Sharp-unsubscribe googlegroups.com
For more options, visit this group at http://groups.
google.com/group/C_Sharp
-~----------~----~----~----~------~----~------~--~---
|