Comment #6 on issue 149 by bpatru: c:\memcached\memcached.exe -d install on
windows 7 server
http://code.google.com/p/memcached/issues/detail?id=149
I've did this:
1) run CMD as an administrator (see comment 5)
2) type SC create memcached binpath= "c:\memcached\145\memcached.exe -m 512
-d"
3) type NET START memcahed
Although you get an error, the program started (check task manager or
connect to it using telnet).
The probel is that every time you do a "net start memcached" you get
another instance running (how do they all bind on 11211 I do not know).
Bottom line: moved back to 1.4.4 until this issu is solved.