On 2/27/07, Jonathan Vanasco <[EMAIL PROTECTED]> wrote:
It seems to work fine with a single memcached connection for everything ( instantiated pre-fork ).
That seems very unlikely to me, unless you are using it in a way that doesn't cause it to connect before forking. You can't open sockets, fork and then use the same socket in both processes. I suggest loading the module in the parent but not opening any connections until after the fork. - Perrin