Caching over multiple domains

G

Guest

Hi,

i have a web application running on multiple web domains. I'm looking for
the best way to cache data across these multiple domains. The
System.Web.Caching.Cache only supports caching over a single domain and is
therefore no help for me. Can anyone tell me what is the best way? COM+ ?

Thanks for any hint
Stefan
 
C

Cowboy \(Gregory A. Beamer\)

COM+ is an option. You can also create an in-memory property bag. To access
from multiple sites, have the cached property bag with a web service
interface. There is a slight latency to this method, but it requires less
manipulation of code than a COM+ (Enterprise Library) project. If you feel
really lucky, you can use unsafe code and place into memory at a set
location. This is a risky option if you do not have a C++ background (and a
lot of patience).

Duplicating cache is also an option, unless you are caching the exact same
list (as an example) on multiple sites. If it is user caching, the user will
only be on one site at a time.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside of the box!
*************************************************
 

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,770
Messages
2,569,583
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top