[ZODB-Dev] child process and ZODB

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


I reply myself. I solved the problem adding get_transaction().commit()
in a strategic point and using threads.. :-)

Greetings.

El vie, 23 de 05 de 2003 a las 18:00, Antonio Beamud Montero escribis:
> 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