Hi,
I'm looking around for some distributed cache solution for .net
I found some cool apps for linux like memcached
http://www.danga.com/memcached/
and and JCS for java
http://jakarta.apache.org/jcs/index.html
but nothing for .net ![]()
What I'd like to do is give my apps access to a fast cache distributed on different servers and beeing able to throw other servers in when needed.
Any suggestion?
Thanks
-
-
Memcached seems to be the standard that lots of people use. Surely there is a .NET library for interfacing with it? AFAIK the protocol for communicating with a server is pretty simple.
OK, I just googled and the first hit was:
https://sourceforge.net/projects/memcacheddotnet/
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.