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