allen8807 / memcached

Automatically exported from code.google.com/p/memcached
0 stars 0 forks source link

Server Establishment #246

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Download memcache 1.4.4 for Windows(64bits) version and install it as a 
windows service;
2.Set the parameter of this service as  -d runservice -m 512 -c 1024 -p 11211 
by regedit;
3. start the service and it can be found in task management;
4. telnet 127.0.0.1 1121 connect it successfully;
5. stats gets nothing but return to c:\...
6. Write a program and the client object can be instantiated but get nothing 
from memcache.

I am a rookie to this field. Anyone can help me? Thx!!!

Original issue reported on code.google.com by xpzhippo...@gmail.com on 17 Jan 2012 at 7:16

GoogleCodeExporter commented 9 years ago
I can use it properly at my local computer which is with win7 64bits. I got 
failed at my server which is windows server2008R2

Original comment by xpzhippo...@gmail.com on 17 Jan 2012 at 8:58

GoogleCodeExporter commented 9 years ago
we can't directly support the windows versions very well. You can try asking on 
the mailing list; but filing bugs with us on builds we didn't make aren't 
things we can fix.

Original comment by dorma...@rydia.net on 25 Jan 2012 at 8:09