On Fri, 2006-03-31 at 09:36 -0700, David Romero wrote:
> You can write large aplications on separated handlers but is so slow
> write every new module on httpd.conf
Is it? I find that most large applications break down into less than a
dozen different handlers. It seems quite easy to put
What is the better way to write large aplications on mod_perl2?
You can write large aplications on separated handlers but is so slow
write every new module on httpd.conf and on this way can't share db
conections and consume large amount of ram on load common functions on
every module.