On Fri, 3 Oct 2003, Todd Chapman wrote:

> I guess I answered my own question. I turned on cache_debug
> and the logs say that I am getting cache hits! Too bad I
> didn't speed up the application significantly. Need a high
> resolution timer to see the the improvement...

One way to see a real improvement is to load all your templates during
Apache startup.  Then the memory used by the templates will be shared
across Apache child processes.  For large apps with lots of templates
this can save quite a lot of memory.  You'll find an example of
loading templates at startup in the FAQ section.  For details about
Apache and shared memory in child processes see the mod_perl guide on
perl.apache.org.

-sam



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to