Hello,

I was wondering if there is a memcached server side option that allows
the server to check and remove client connections that have been idle
for a certain period.

We need to do this to prevent the server from running out of sockets
because they are being held up on idle client connections.

The other option for us would be to modify the client side code to set
a timer and close the sockets that have been idle for n seconds, but
would like to avoid this as far as possible.

Thanks,
Prasad

Reply via email to