A possible cause already. After reading the firewall rules again, an error 
was found. An old IP-address was used instead of the memcached 
IP-addresses. I am not sure yet but this may have caused the connection to 
close before getting anything back from the server. Anyway, I already added

memcached_clone

after the fork command to each process using the connection. It would still 
be good to know, if the cloning is necessary. The process gets its own copy 
of the parent process and these do not have anything in common. Is it 
necessary to clone the complite memory structure? Is there an easy way to 
just to duplicate the connection or to just to establish a new connection 
to the processes (not threads).

With kind regards, Jouni


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to