资 源 简 介
About
Mongrel-ESI is an ESI Server built as a Mongrel::Handler. It uses ragel to implement a native ESI Parser and the ruby language to make it easy to run and install.
ESI stands for Edge Side Include. Edge Side meaning as near as possible to your customers. Include because it"s a set of tags you include in your pages.
Based on Mongrel, it is a light weight easy to install cache server that handles a subset of the ESI spec. It"s parser is written using ragel, so it"s fast and portable.
Support
Please feel free to ask questions or submit patches to the group
Install
svn checkout http://mongrel-esi.googlecode.com/svn/trunk/ mongrel-esi
or