[Catalyst] loading modules before the server forks

2007-11-08 Thread Octavian Rasnita
Hi, If I have a Catalyst application and I use PerlResponseHandler Application::Name in httpd.conf and I load that module in a startup.pl file, what happends with the modules that might be loaded by that Catalyst app? Are they also loaded before the server forks? Or I will need to load them

Re: [Catalyst] loading modules before the server forks

2007-11-08 Thread Octavian Rasnita
r 08, 2007 9:39 PM Subject: Re: [Catalyst] loading modules before the server forks On Nov 8, 2007, at 2:32 PM, Octavian Rasnita wrote: Hi, If I have a Catalyst application and I use PerlResponseHandler Application::Name in httpd.conf and I load that module in a startup.pl file, what happe

Re: [Catalyst] loading modules before the server forks

2007-11-08 Thread Andy Grundman
On Nov 8, 2007, at 2:32 PM, Octavian Rasnita wrote: Hi, If I have a Catalyst application and I use PerlResponseHandler Application::Name in httpd.conf and I load that module in a startup.pl file, what happends with the modules that might be loaded by that Catalyst app? Are they also loade

Re: [Catalyst] loading modules before the server forks

2007-11-08 Thread Andy Grundman
On Nov 8, 2007, at 4:21 PM, Octavian Rasnita wrote: Ok, thank you. I know how to load the modules, but I just wanted to know if all dependencies are loaded before server fork. Yeah, they are. Catalyst will load all your controllers, models, etc, and those will load all their modules, and