3

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

Alex
  • 37,502
  • 51
  • 204
  • 332

2 Answers2

2

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

GateKiller
  • 74,180
  • 73
  • 171
  • 204
Tamas Czinege
  • 118,853
  • 40
  • 150
  • 176
0

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

AutomatedTester
  • 22,188
  • 7
  • 49
  • 62