[ZPT] Tempalte "program" not persistent
Dieter Maurer
dieter@handshake.de
Tue, 18 Sep 2001 23:41:40 +0200 (CEST)
Richard Jones writes:
> We're having problems with the non-persistence of the page template programs.
> The first being that it takes a while to cook the templates, and that has to
> be done every time the server is restarted.
You find a patch at
<http://www.dieter.handshake.de/pyprojects/zope>
that delays cooking until the ZPT is really needed.
Not completely what you are looking for, but better than the
"stock" version.
> The second is that we see strange
> problems with the program only being updated in some threads (we think).
>
> I haven't really had much chance to think about it - so are there any obvious
> reasons why the program can't be made persistent?
Fortunately, I have never seen that.
Dieter