arthurnn / memcached

A Ruby interface to the libmemcached C client
Academic Free License v3.0
432 stars 125 forks source link

Make sure we cannot share connection #170

Open arthurnn opened 8 years ago

arthurnn commented 8 years ago

When using memcached with multiple processes. The processes could share the same connection, and file descriptor, which would cause issues on libmemcached as far as I know. Specially regarding the way it handle responses. We should not allow different processes to share the same connection.