14 Dec
2003
14 Dec
'03
8:09 p.m.
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