You are here: Home Zope products CompiledExecutables

CompiledExecutables (0.4)

1
by Ihor Berehulyak last modified 2009-01-13
0.0
0.0
0.0
0.0
Released on 2005-09-20 by Dieter Maurer for Zope 2 under Unavailable License available for All platforms.
Software development stage: development
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.

Document Actions
Powered by Plone