8 Apr
2005
8 Apr
'05
4:17 p.m.
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