[Zope] Threads, ZODB, deactivate, setstate, etc...

Shai Berger shai@platonix.com
Thu, 09 Aug 2001 17:09:47 +0300


When we needed threads to executes Zope methods,
we were afraid of something like this, so we
implemented it by making threads that knew 
nothing of ZODB'ed objects, and accessed the
relevant methods with Python's urlretrieve.

But I think you are in a much better position
than we were... Check out the Xron product,
for pre-scheduled calling of Zope methods.
You should be able to either cannibalize or
just use it.

HTH,
	Shai.