10 Jul
2002
10 Jul
'02
6:04 p.m.
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