[ZODB-Dev] child process and ZODB

Antonio Beamud Montero antonio.beamud at linkend.com
Fri May 23 17:00:40 EDT 2003


Hi all:

I have make a daemon app that serves via SOAP. Exists serveral requests
that take long time to finish. To manage this requests, the method
creates a child process that make all the heavy work, and the parent
returns immediately with an id. The problem is that this child doen't
store nothing in the parent ZODB. 

What I need to do? Exists another approach to solve the asyncronous
calls in a server like this?

A lot of thanks
-- 
Antonio Beamud Montero <antonio.beamud at linkend.com>




More information about the ZODB-Dev mailing list