[ZODB-Dev] zope xron and multithreading

Mitscher Dubreus dubreus@csit.fsu.edu
Tue, 9 Jul 2002 12:54:02 -0400


Hi,
I'm using the Xron interface.
I need to start several blocking python script processes form Zope.
But I can not manage to start more than one. 
The first one keeps the hand, and I can do nothing else in the Zope interface.
Does somebody knows how I could manage?
thanks.


Her's my XronDTMLMethod def inside the Xron Interface.
-----------------------------------------------------------------------------------------------------------------
Content-type: text/plain

<dtml-var expr="PyServer()">
------------------------------------------------------------------------------------------------------------------

I would like to be able to start PyServer() and keep the hand in order to 
start something else.
This doesn't seem to do multithreading.