You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Render Web <re...@ntlworld.com> on 2004/01/01 11:45:24 UTC

Thanks to the MP2 team...

Just thought I would let you know that I have been working over the hols
upon a dynapage engine designed to sit solely under AP2/MP2.

It is still a work in progress, but on my MKD9.2 linux box I get
less that 40 millisec's per hit. Some of this is due to code
optimisations but its predecessor could only do a best time of
between 200 and 500ms/hit under AP1/MP1...

I am still adding functionality, but will have a breakdown
on where I [lo|u]se those 40ms soon...

 From initial timing investigations is appears that MP2, Class::DBI
and my optimisations have equal shares for the performance improvement..

so MP2 == neat and fast :-)

Jacqui






---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: Thanks to the MP2 team...

Posted by Stas Bekman <st...@stason.org>.
Render Web wrote:
> Just thought I would let you know that I have been working over the hols
> upon a dynapage engine designed to sit solely under AP2/MP2.
> 
> It is still a work in progress, but on my MKD9.2 linux box I get
> less that 40 millisec's per hit. Some of this is due to code
> optimisations but its predecessor could only do a best time of
> between 200 and 500ms/hit under AP1/MP1...
> 
> I am still adding functionality, but will have a breakdown
> on where I [lo|u]se those 40ms soon...
> 
>  From initial timing investigations is appears that MP2, Class::DBI
> and my optimisations have equal shares for the performance improvement..
> 
> so MP2 == neat and fast :-)

Thanks Jacqui ;) You may want to post this to the users list, to help those 
who hesitate to move to mp2 make better judgements.

BTW, make sure you run under 'SetHandler modperl' which will give you an even 
better performance, if you don't already.
http://perl.apache.org/docs/2.0/user/config/config.html#C_SetHandler_

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org