I've noticed an odd Zope behavior while experimenting with the __setstate__() method. Zope is being restarted every hour (5:05 past the hour, to within a several seconds). I've scoured my machine for any cron job that might be causing this but haven't found any. Is this a known Zope behavior? Any idea of what else might cause this? -jason -- Jason Abate Hostway Corporation jason@hostway.com
Hello Jason, Thursday, December 16, 1999, 4:17:29 AM, you wrote: JA> I've noticed an odd Zope behavior while experimenting with the JA> __setstate__() method. Zope is being restarted every hour (5:05 past the JA> hour, to within a several seconds). I've scoured my machine for any cron JA> job that might be causing this but haven't found any. Is this a known Zope JA> behavior? Any idea of what else might cause this? Not a known behaviour, no. Are you sure it restarts? If your __setstate__ gets called again, this is not necessarily because of a restart. It could also be that your object was deemed inactive and has been deactivated by the cache. -- Best regards, Martijn Pieters mailto:mj@digicool.com
participants (2)
-
Jason Abate -
Martijn Pieters