memcached - using with a C# asp.net application

2019-04-11 09:30发布

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??

2条回答
在下西门庆
2楼-- · 2019-04-11 10:10

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

查看更多
孤傲高冷的网名
3楼-- · 2019-04-11 10:10

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

查看更多
登录 后发表回答