[Zope3-dev] Re: Zope (X)3 FAQ

Simon Michael simon@joyful.com
Mon, 07 Apr 2003 12:30:10 -0700


Thomas Guettler <guettli@thomas-guettler.de> writes:
> Then your application can have a method like refreshAllObjects(), which
> calls refresh on all objects. I know this does not scale if you have
> several thousand objects already in the ZODB, but it works for my
> solution.

Zwiki does the same. page.upgrade() is called on each view,
page.upgradeAll() can be called manually.