[Zope] Persistent Objects
Roy S. Rapoport
zope at ols.inorganic.org
Fri Apr 8 12:17:43 EDT 2005
On Fri, Apr 08, 2005 at 12:00:45PM +0200, Lennart Regebro wrote:
> Is this persistent even among server restarts, or persistent per
> request, or persistent per session? (the answer is different for all
> of them, and usually, in Zope, "persistent" means "persistent over
> server restarts").
Ah, sorry. In this case, it's persistent for the life of the server, so we
expect to re-initialize it when Zope restarts. Oh, and it'd be nice to
give it a .reinit() capability too, if the user wants to refresh :)
-roy
More information about the Zope
mailing list