Answer by Dawid Ferenczy Rogožan for can I get Memcached running on a Windows...
Up-to-date Binaries NorthScale has really old versions (the newest is 1.4.5 which is from April 2010) but there's a guy who offers 64-bit Memcached binaries for Windows compiled using Cygwin (but they...
View ArticleAnswer by Eric Boumendil for can I get Memcached running on a Windows (x64)...
If this can help, I've done a wrapper based on a compilation of memcached 1.4.5 64-bits found through this page (direct link to NorthScale binary). It's a windows service and it works perfectly well in...
View ArticleAnswer by alexandrul for can I get Memcached running on a Windows (x64) 64bit...
Memcached 1.4.5 binary for win x64 can be found here: http://downloads.northscale.com/memcached-1.4.5-amd64.zip Another option would be to install Couchbase Server 1.8.0 x64 from here:...
View ArticleAnswer by Lennie for can I get Memcached running on a Windows (x64) 64bit...
Just so people know, the 32-bit and 64-bit version as build by the good people from membase/couchbase/whatever is still available the blog URL has changed though: 32-bit binary of memcached 1.4.4 as...
View ArticleAnswer by Ken for can I get Memcached running on a Windows (x64) 64bit...
You could always run multiple instances of 32-bit memcached processes on one box, allowing that machine to serve a total of > 2GB memcache space.
View ArticleAnswer by jim77 for can I get Memcached running on a Windows (x64) 64bit...
I have an memcached-1.2.1 for win32 originally downloaded from here: http://jehiah.cz/projects/memcached-win32/ (but now for some reason it is a broken link). This is how I managed to run memcached for...
View ArticleAnswer by Jasper Rosenberg for can I get Memcached running on a Windows (x64)...
FYI, I couldn't get the 64 bit version (from here http://labs.northscale.com/memcached-packages/) to install as a service until I ran memcached as administrator. I just went to the executable's...
View ArticleAnswer by zvolkov for can I get Memcached running on a Windows (x64) 64bit...
North Scale labs have released a build of memcached 1.4.4 for Windows x64: http://blog.couchbase.com/memcached-windows-64-bit-pre-release-available http://labs.northscale.com/memcached-packages/...
View ArticleAnswer by Uriel Katz for can I get Memcached running on a Windows (x64) 64bit...
The 32 bit version run on 64 bit via WOW64 but the process is still limited to 2GB,with a 64-bit version you can go beyond that to more than a single machine will have.
View ArticleAnswer by Fleshgrinder for can I get Memcached running on a Windows (x64)...
I was just searching for memcached on a 64bit Windows system and found this. So far there isn't any Win64 memcached version. But I just started the memcached.exe with the appropriate commands via cmd...
View ArticleAnswer by Pure.Krome for can I get Memcached running on a Windows (x64) 64bit...
Dude, Codeplex is your friend -> check out this port of it. It used to have a 64bit release, but u can either download the latest and compile for 64bit (pretty easy) or check the previous releases.
View ArticleAnswer by OJ. for can I get Memcached running on a Windows (x64) 64bit...
I personally feel that you'd have to recompile the application using a 64-bit compiler (obviously on a 64-bit machine) to get the most of Memcached on a 64-bit platform. This may not be an easy task...
View ArticleAnswer by TheSmurf for can I get Memcached running on a Windows (x64) 64bit...
Are you sure that the 32-bit version doesn't just run on 64-bit Windows, without modification? Most things do. Failing that, have you actually tried just compiling it for 64-bit? A brief scan of a few...
View Articlecan I get Memcached running on a Windows (x64) 64bit environment?
Does anyone know IF, WHEN or HOW I can get Memcached running on a Windows 64bit environment? I'm setting up a new hosting solution and would much prefer to run a 64bit OS, and since it's an ASP.Net...
View Article