[Zope-Annce] [Ann] CompiledExecutables 0.4 -- save compilation time on startup

Dieter Maurer dieter at handshake.de
Wed Sep 21 16:54:48 EDT 2005


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


More information about the Zope-Announce mailing list