[Catalyst] Fastest Perl HTTPD?
Matt S Trout
dbix-class at trout.me.uk
Sun Aug 27 19:29:03 CEST 2006
Perrin Harkins wrote:
> FYI, I asked about this in the journal comments and it sounds like
> shipping off database queries (and presumably any other blocking I/O) to
> a separate mod_perl/PPerl/whatever is the likely route.
That's not really what he says; the idea is to have things like database
queries served by dedicated child pools, so that the apps in the centre need
to block as little as possible. This is much more like the POE approach than
anything to do with mod_perl.
--
Matt S Trout Offering custom development, consultancy and support
Technical Director contracts for Catalyst, DBIx::Class and BAST. Contact
Shadowcat Systems Ltd. mst (at) shadowcatsystems.co.uk for more information
+ Help us build a better perl ORM: http://dbix-class.shadowcatsystems.co.uk/ +
More information about the Catalyst
mailing list