Jdesk / memcached

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

Failed to write, and not due to blocking: Resource temporarily unavailable #120

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have installed microsoft firewall client 4.0.3442 on my windows machine.
After this installation I am continuously getting the error "Lost connect
to localhost:11211"

On starting memcached server in verbose mode I get the following:

slab class  37: chunk size 286872 perslab     3
slab class  38: chunk size 358592 perslab     2
slab class  39: chunk size 448240 perslab     2
<1228 server listening
<1216 new client connection
<1216 get session:84da1b8d07e27e73a30c648ddf8020c6
>1216 END
Failed to write, and not due to blocking: Resource temporarily unavailable
<1216 connection closed.
<1196 new client connection
<1196 get session:29259496c8829c703ee21b5d1310bc28
>1196 END
Failed to write, and not due to blocking: Resource temporarily unavailable
<1196 connection closed.

Product version used is 1.2.4 on Windows XP

Note: If i uninstall firewall client the connect is getting established
properly. Can anyone please tell why firewall installation is causing a
problem. How do I resolve this issue?

Thanks,
Surbhi.

Original issue reported on code.google.com by saroo2...@gmail.com on 21 Jan 2010 at 9:47

GoogleCodeExporter commented 9 years ago
Closing this as it isn't a bug.

Please tune your firewall settings; you could be running into a limit of 
concurrent
connections, or timing out connections early, or doing some sort of connect rate
limiting. Use the support for your firewall product.

Original comment by dorma...@rydia.net on 3 Apr 2010 at 8:20