[ZODB-Dev] ZEO Connection and fork

Thomas Guettler hv at tbz-pariv.de
Wed Sep 8 05:13:56 EDT 2004


Hi,

What happens if you fork a process which has an connection
to a zodb over a socket file?

Each worker process calls connection.sync() before the
start and commit() or abort() at the end.

Serveral processes use the same file descriptor.
Does ClientStorage syncronize the access?

Regards,
 Thomas


More information about the ZODB-Dev mailing list