[Catalyst] Obtaining better application speed during development
A. Pagaltzis
pagaltzis at gmx.de
Mon Mar 20 11:07:07 CET 2006
* Michele Beltrame <mb at italpro.net> [2006-03-20 10:20]:
>What I am wondering is if a solution a-la-PHP exists, or does
>make sense at all: that is, the perl interpreter stays resident
>but the application doesn't. This would probably give limited
>benefits, but maybe limited is better than nothing (PHP is
>faster than plain CGI in almost all situations).
(Apache|ModPerl)::PerlRun does what you’re saying: the
interpreter is persistent but the CGI script gets recompiled on
every request.
Regards,
--
Aristotle Pagaltzis // <http://plasmasturm.org/>
More information about the Catalyst
mailing list