Jie Gao wrote:
> 
> On Thu, 3 Feb 2000, Joshua Chamas wrote:
> 
> > I regrouped the HelloWorld benchmark data at http://www.chamas.com/bench/
> > recently, so that it gives you a more informative comparison of the relative
> > startup costs of web environments on a per platform basis.
> 
> Registry scripts run slower according to the benchmark data here. Presuming
> both were preloaded at server startup, can anybody explain this slowness?
> 

You are talking about a stat() and some 20 lines of perl code for 
the Registry script rather than a couple lines of perl code
for the mod_perl handler, a difference which should disappear
if your programs are of any significant size.

The Registry script will be compiled once for each httpd process
so this performance hit is also negligible, and can be made
even less by using RegistryLoader at server startup time.

-- Joshua
_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks >> free web link monitoring   Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

Reply via email to