Comment #7 on issue 122 by [email protected]: failed to write, and not due blocking: No error
http://code.google.com/p/memcached/issues/detail?id=122
This happened when the memcached was trying to send the response back to the client. The socket error number is 10054, which generally means the socket was forcibly closed by the remote host. However, I am using "memcached.exe -l 127.0.0.1 -p 8199" When I telnet 127.0.0.1 8199, I don't know why the socket will be closed. Could anybody shred some light on this issue?
