durusmail: quixote-users: scgi and zodb
scgi and zodb
2004-09-08
2004-09-08
scgi and zodb
Neil Schemenauer
2004-09-10
On Fri, Sep 10, 2004 at 04:46:20PM +0200, Thomas Guettler wrote:
> The real connection needs to be done after the fork which creates
> the worker process.

Yes and that's what the Dulcinea code does.

> I looked at the source of DulcineaPublisher, but I couldn't see
> the creation of a new connection for each request (start_request
> or try_publish methods).

You don't want a new connection for each request.  Performance would
not be good.  You want a connection in each worker process.

  Neil

reply