memcached - using with a C# asp.net application

女生的网名这么多〃 提交于 2019-12-06 07:20:03

问题


I'm considering using memcached (at some point) in my application i'm currently developing.

Eventually, i'm planning on hosting this on Amazon EC2 - i was just wondering, would it be possible to have a linux server (aws instance) running memcached, and use the windows server (aws instance) for the app, but set it to use the linux server for the cache??


回答1:


Definitely possible. I suggest using the enyim.com client instead of the "official one" as it a lot faster.




回答2:


You can access the MemCached service if you use NHibernate NHContrib extension for memcache at http://nhcontrib.wiki.sourceforge.net/



来源:https://stackoverflow.com/questions/1124776/memcached-using-with-a-c-sharp-asp-net-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!