[Zope] Zope and CORBA
Dieter Maurer
dieter@handshake.de
Wed, 10 Jul 2002 20:04:56 +0200
Antonio Beamud Montero writes:
> My orb is ORBit. I only want a wrapper around a Zope method (at this
> moment), I won't modify any property, I only want read. Where I should
> launch the thread, in the __init__.py of the product?... Where I can see
> a simple example of a similar task...
You may have a look at "Xron".
It starts a separate thread to schedule time based tasks
(similar to Unix' Cron deamon).
Dieter