[Zope] Superfast PageTemplates: Call for expertise
Dylan Reinhardt
zope@dylanreinhardt.com
Tue, 18 Feb 2003 15:09:41 -0800
At 02:55 PM 2/18/2003, sean.upton@uniontrib.com wrote:
>In know this is purely speculation, but what about caching page-templates in
>some intermediate format like ESIS, and writing a lexical scanner for the
>TALES structure in C/Flex with callbacks to Python for code evaluation and
>object traversal?
You could probably do 90% of that by stuffing layout fragments into RAM
Caches and Session data... and then you could assemble the whole thing on
the fly using DTML... oh, wait. :-)
More seriously, it'll be great when the ZC/Squid ESI project becomes
available. That should serve this purpose nicely.
Dylan