[Zope] Product event when zope restarts
Chris McDonough
chrism@digicool.com
Thu, 10 May 2001 12:08:41 -0400
Hook sys.exitfunc to have something happen every time Zope is shut down.
----- Original Message -----
From: Jan
To: zope@zope.org
Sent: Thursday, May 10, 2001 9:26 AM
Subject: [Zope] Product event when zope restarts
Hello all!
I have been developing a Zope Product that basically reads in a file and
shows it in zope. The problem is that when the file is updated in file
system, that is not updated in zope. I do not want it to read the file every
time it is accessed in zope. Refreshing it every time the zope restarts
seems to be the solution.
So I was wondering if there is a function that will be executed when zope
restarts.
Thanx.