Is there a port of memcache to .Net?
I am interested if there is a port for the server implementation.
I am interested if there is a port for the server implementation.
based on our non-disclosed specially handcrafted in-house performance test we’re the fastest C# client ever, using negative amount of system resources, be it memory or CPU time
We have one server running Windows Server 2003 for our production web server. Our web site has different modules to it and each is ran within it’s own application pool. This makes caching a bit of a problem since each module has it’s own cache and often times multiple modules cache the same items. The problem is when an item in the cache is altered in one module, another module caching the same item cannot easily be refreshed.
I use ASP.NET and WCF services in a load balanced web server environment, using Memcached in the service layer.
I am looking for cache server for .NET. What can you suggest? As i know memcached has provider for .net. Is it good enough to use for .net in production?