25 Jul
2003
25 Jul
'03
1:35 p.m.
EmailHi all! I have searched for a sollution, but could not find an appropriate way to execute a python script when Zope starts up. Does anybody know of a way that I am able to do this? What I basically have, is client objects residing inside Zope objects, that needs to connect to remote servers each time zope starts up. The client connections cannot persist in the ZODB, so I need to create them each time. The zope objects in this instance acts only as a proxy-type object. Thanks H