[Zope-dev] Zope Head (2.8) breaks "refresh"
Dieter Maurer
dieter at handshake.de
Sun Dec 14 15:09:57 EST 2003
Tres Seaver wrote at 2003-12-14 09:35 -0500:
> ...
> - ZEO makes ZODB-dependent unit tests run faster (another facet of
> the restart problem). This has been particulary true for testing
> products installed in INSTANCE_HOME, because the machinery for
> stitching together the __path__ of Products was tightly coupled to
> appserver startup. We might be able to fix that in future Zopes.
We use "import App.FindHomes" to activate the "INSTANCE_HOME" magic.
We nevertheless use ZEO but I can not confirm that startup
is faster -- even without the cache verification time.
It looks like reading Python's module files were dominating
the startup process (take 6s on my computer).
--
Dieter
More information about the Zope-Dev
mailing list