distributed-caching

Memcached with Windows and .NET

梦想的初衷 提交于 2019-11-26 23:35:43
Is there anyone already implement memcached for production use in Windows environment? Because many blogs that I've read, it's not recommended to run memcached in Windows especially for production use, for example running memcached on windows . And one more thing, which memcached client that is good to use with c# and .net 3.5 ? I've found many alternate such as Memcached Providers @ Codeplex , Beitmemcached , and memcached provider @ Sourceforge Cherian Why do you need to run memcached on windows? It’s an expensive affair in a production environment. If your code needs to run in a Windows

Memcached with Windows and .NET

假装没事ソ 提交于 2019-11-26 08:44:25
问题 Is there anyone already implement memcached for production use in Windows environment? Because many blogs that I\'ve read, it\'s not recommended to run memcached in Windows especially for production use, for example running memcached on windows. And one more thing, which memcached client that is good to use with c# and .net 3.5 ? I\'ve found many alternate such as Memcached Providers @ Codeplex, Beitmemcached, and memcached provider @ Sourceforge 回答1: Why do you need to run memcached on