Memcached - use with c # asp.net application

I am considering using memcached (at some point) in my application, which I am currently developing.

In the end, I plan to host this on Amazon EC2 - I'm just wondering if it's possible to have a linux server (aws instance) working with memcached and use a Windows server (aws instance) for the application, but install it to use Linux- server for cache?

+3
source share
2 answers

Definitely possible. I suggest using the enyim.com client instead of the “official” one, as it is much faster.

+3

MemCached, NHibernate NHContrib memcache http://nhcontrib.wiki.sourceforge.net/

0

Source: https://habr.com/ru/post/1712550/


All Articles