On Wed, Sep 08, 2004 at 10:46:40AM +0200, Thomas Guettler wrote: > Since scgi uses fork to create new processes, every > child gets the same connection to zodb. I use > ZEO with a socket file. The connection needs to be made after the fork. The start-scgi.py script in the Dulcinea package does that. Neil