Hi all, Has anybody used ESI with zope ? I know that ESI support was added to squid and the project was funded by Zope corporation. But I could not find much information on the project after that. We are planing to experiment with ESI for one of our projects and if required implement a framework for zope (we will make it available to everyone if we implement it), which is similar to JESI, since manually embedding the tags could be a pain and moreover things like aquistion must be handled automatically by the framework. I would like to hear others experiences with ESI with zope. Also how the ESI tags were used and what were the performance benefits. Thanks, ganesh -------------------------- Ganesha Shanmuganathan ZeOmega --------------------------
I have used Squid 3's ESI with Zope... it works pretty well. There is no support "built in" to Zope to generate ESI tags; you will either need to include them in your templates or build a layer of indirection (maybe through ZPT macros?) that knows to either render the full page or insert ESI tags as necessary based on a setting associated with a policy you create. - C On Thu, 2004-05-06 at 14:07, Ganesha Shanmuganathan wrote:
Hi all,
Has anybody used ESI with zope ? I know that ESI support was added to squid and the project was funded by Zope corporation. But I could not find much information on the project after that. We are planing to experiment with ESI for one of our projects and if required implement a framework for zope (we will make it available to everyone if we implement it), which is similar to JESI, since manually embedding the tags could be a pain and moreover things like aquistion must be handled automatically by the framework.
I would like to hear others experiences with ESI with zope. Also how the ESI tags were used and what were the performance benefits.
Thanks, ganesh
-------------------------- Ganesha Shanmuganathan ZeOmega --------------------------
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
participants (2)
-
Chris McDonough -
Ganesha Shanmuganathan