[Zope] Re: [ZODB-Dev] zope xron and multithreading

Chris Withers chrisw@nipltd.com
Wed, 10 Jul 2002 09:39:59 +0100


(moved to the correct list)

Mitscher Dubreus wrote:
> 
> PyServer Starts a C++ CORBA server.
> That's what I mean by keppe the hand. I can't do nothing else except if in
> the command line I type "python PyServer.py&"
> So, into Zope, I need to start PyServer in a thread.

Sounds like you should look at writing an external method (look at the various popen
commands in python) and trigger that from Xron. Or even just plain cron. Why do you need
to get Zope involved at all?

cheers,

Chris