[ZODB-Dev] MultiThread server

Antonio Beamud Montero antonio.beamud at linkend.com
Tue Oct 7 12:39:52 EDT 2003


Hi all:
I have implemented a multithread Soap Server using persistent data with
ZODB. The Soap library is SOAPpy 0.10.1.
The problem is when the server needs to serve 2 request at the same time
only one request is processed...
I only use one connection for all threads... I known that is wrong...
but it works...
I also knows that I need to create a different connection for every
thread... but Where I can find a well make example of an http server
(python lib) with multithread and ZODB...?

Thanks


-- 
Antonio Beamud Montero <antonio.beamud at linkend.com>




More information about the ZODB-Dev mailing list