This question has previously been asked, but that was a year ago and I wanted to know if there had been any developments since then.
Basically we'd like to use a MemCached Server on a Windows Server 2008 R2 machine... which is only x64, obviously.
I haven't found any details on a Win64 version of MemCached, but there is still the solution from the previous thread (which I haven't tried yet) to use a bit of software called MemCacheD Manager running MemCached 1.2.6. However, the current version of MCd is 1.4.4 and I was wondering if there had been any improvements since then.
-
I'm using MemCached 1.2.6 on Windows 2003 x64 without a problem. It's running in 32-bit mode, so the amount of memory that can be allocated might be limited. If that's an issue: run multilple instances on different ports.
I know this is not an answer to your question about MemCached in 64-bit, but it might help to know it works flawlessly in 32-bit on Windows x64.
Django Reinhardt : +1 That's great to know, thanks!From Niels R. -
We're currently running memcached 1.2.6 on Windows 2003 R2 x64 and have been for quite a while. It runs like a champ. As I recall we did not use MemCacheD Manager.
To test it, I just downloaded 1.2.6 again on my Windows 7 x64 workstation. I had to change the compatibility to always run as administrator, but once I did that I was able to run memcached -d install and, after the obligatory prompt, it installed the service for me.
While it would be nice to have a native 64bit port, we haven't seen any issues running it this way in more than a year. We haven't had any problem with the amount of allocated memory yet either, but we will simply run multiple instances if that arises.
Django Reinhardt : +1 That's also good to know. Thanks a lot.From palehorse -
Answer: There haven't been any developments since the question was last asked. There are no rumblings of an x64 version of MemCached anywhere.
From Django Reinhardt -
On windows you might be better off using appfabric
Django Reinhardt : Yup, but it's only in Beta, I believe, so I don't think it's a viable solution at the moment. I've been waiting for either MemCached to support x64 or AppFabric (previously "Velocity") to actually be finished.Jim B : I don't think that anyone would want to run memcached over appfabric. Jesper gave some other options but IMHO appfabric is the best of the bunch. I agree with Jesper... "you don't want to do that"Django Reinhardt : Fair enough, but we can't run beta software on a live system. No matter how "mature" some guy on the internet says it is (I can't justify that, could you?). Just so you know, I didn't down rate your answer.From Jim B -
While I may not have quantitative data to highlight the differences between all these codebases, I still think the answer is "you don't want to do that".
Memcached is pretty deeply immersed into Unix and the Unix style kernel semaphores. Getting it to run as fast on Windows would require major effort; and this effort doesn't have any sponsors right now...
You should look at:
Sharedcache -- open source, mature.
Appfabric -- from Microsoft, quite mature despite being "late beta".
NCache -- commercial, I don't know much about it.
StateServer and family -- commercial, mature.
Edit: If you prefer Memcached, then there is nothing to stop you from using it -- but would it then not be easier to put a couple of Unix boxes on your network, run the Memcached server on the Unixes, and use f.x. the Enyim client from your Windows boxes to the servers...
Django Reinhardt : Great answer, thanks! SharedCache sounds quite promising. Which of these have you used?From Jesper Mortensen -
I am running in to the issue of allocating the memory more than 2GB to memcached as service in windows x64 bit .NET version.
I want to use nearly 30 GB of RAM per Node in Windows Server 2008 R2
Idrees
From Mohammed Idrees -
I think NorthScale Memcached Server is the solution.
Django Reinhardt : Nice find! Thanks!From Nestor Picado
0 comments:
Post a Comment