John Von Essen wrote:

> Im curious as to the difference in performance when using perl scripts with
> Apache::Registry or writing complete Apache Modules in Perl that conform to
> the API?


straight mod_perl handlers are faster than Apache::Registry, but they lack some 
of the convenience that you might be looking for in an application that has lots 
of dynamic components.

you might be interested in Joshua Chamas' ongoing benchmark project:

[EMAIL PROTECTED]">http://mathforum.org/epigone/modperl/sercrerdprou/[EMAIL PROTECTED]
http://www.chamas.com/bench/

he has the results from a benchmark of Apache::Registry and plain handlers, as 
well as comparisons between HTML::Mason, Embperl, and other templating engines.

HTH

--Geoff




Reply via email to