Do I really need to build a custom caching engine?

T

thedotnetarchitect

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,158
Latest member
Vinay_Kumar Nevatia
Top