21 Sep
2005
21 Sep
'05
8:54 p.m.
CompiledExecutables defines a set of executable objects that are precompiled and the compilation stored either in the ZODB or in the file system. Storing the compilation result avoids expensive recompilation. This can drastically speed up access to the first pages after startup -- especially for large CMF based sites. Currently implemented objects are: CompiledPageTemplate, FSCompiledPageTemplate and FSCompiledPythonScript (stock Zope stores the compilation result for PythonScript itself). This is the first version that runs with a stock Zope (tested with 2.8.1). Previous releases had run only for our locally modified Zope version. More information and download: <http://www.dieter.handshake.de/pyprojects/zope> -- Dieter