Design Question - Cache Object
-
hello, i need your opinion on a design issue. we have a pretty large website with quite a lot of traffic written in asp. we are using a third party asp cache object, which makes us unhappy, due to lack of stability. now i'm confronted with the task to replace this cache object with something new. -> the object should expose a com interface, so that it can be used from withing asp script -> the object should be able to not only store strings, but objects as well -> the cache manager should not run within the same process as iis -> the cache object should be extensible, so that the a newly added server can access the same cache -> we might port the site to asp.net sometime. it would be nice if we could the continue using the cache object -> i'm pretty good at writing c# code but have close to no experience in writing atl/c++ stuff how would you handle this? any ideas/help is greatly appreciated.
/matthias
I love deadlines. I like the whooshing sound they make as they fly by.
[Douglas Adams]