You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: