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.

Other way is write one handler and load modules dinamicaly for content, but you need to send a common var to every module and mayve this use large amount of memory.

What is the better way to do this?
or exist other better?
you have an example?

Thanks on advantge.





Unidos por un Mexico Democratico. www.eleccion2006.com

Reply via email to