Thursday, December 16, 1999, 4:17:29 AM, Jason wrote:
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?
And I replied:
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.
To which Jason replied:
It's really restarting. I noticed it with a debugging statement in __setstate__, but if I check in the Control_Panel shortly after five after the hour, it reports that Zope has only been up for a few minutes.
Hmm... any info in the ZServer log? (If you set STUPID_FILE_LOGGER to a filename, you can capture the log). -- Best regards, Martijn Pieters mailto:mj@digicool.com