[Zope] Re: [ZODB-Dev] zope xron and multithreading
Shane Hathaway
shane@zope.com
Tue, 09 Jul 2002 15:26:35 -0400
Mitscher Dubreus wrote:
> PyServer is a python module wrapping a pure corba C++ server.
> Into zope, I call it within an External Method.
Ok. Do you need to start it with Xron? Could you start it by loading
an URL instead, using "wget" or "curl"? Xron is a limited product that
only allows one thread, but Zope allows several.
On the other hand, do you need Zope? Maybe you'd be better off with
just StandaloneZODB.
Shane