[Catalyst] memory usage of mod_perl process

2007-02-08 Thread Fayland Lam
hi, all we are using mod_perl to run our Catalyst App with DBIx::Class and Template. but the memory usage of each process seems to be 95 m. it's pretty high! we have more 60+ pms. I want to ask you guys how many memory usage for your Catalyst App? and is FastCGI any better? which one do you

Re: [Catalyst] memory usage of mod_perl process

2007-02-08 Thread Perrin Harkins
On 2/8/07, Fayland Lam [EMAIL PROTECTED] wrote: I want to ask you guys how many memory usage for your Catalyst App? and is FastCGI any better? It's Perl itself taking the memory, so I doubt you'll see much difference, but go ahead and try it. I'd be curious. There is plenty of documentation

Re: [Catalyst] memory usage of mod_perl process

2007-02-08 Thread Nilson Santos Figueiredo Junior
On 2/8/07, Fayland Lam [EMAIL PROTECTED] wrote: but the memory usage of each process seems to be 95 m. it's pretty high! we have more 60+ pms. We've got around 100+ pms and myapp_server.pl uses around 87mb of RAM. Don't really know about usage under mod_perl, I'd need to check it out. -Nilson

Re: [Catalyst] memory usage of mod_perl process

2007-02-08 Thread Bill Moseley
On Thu, Feb 08, 2007 at 11:56:09AM +, Fayland Lam wrote: hi, all we are using mod_perl to run our Catalyst App with DBIx::Class and Template. but the memory usage of each process seems to be 95 m. it's pretty high! we have more 60+ pms. Are pms number of entries in %INC? I have 464

Re: [Catalyst] memory usage of mod_perl process

2007-02-08 Thread Fernan Aguero
+[ Nilson Santos Figueiredo Junior [EMAIL PROTECTED] (08.Feb.2007 11:37): | | On 2/8/07, Fayland Lam [EMAIL PROTECTED] wrote: | but the memory usage of each process seems to be 95 m. it's pretty high! | we have more 60+ pms. | | We've got around 100+ pms and myapp_server.pl uses around 87mb

Re: [Catalyst] memory usage of mod_perl process

2007-02-08 Thread Fernan Aguero
+[ Bill Moseley [EMAIL PROTECTED] (08.Feb.2007 12:16): | | On Thu, Feb 08, 2007 at 11:56:09AM +, Fayland Lam wrote: | hi, all | | we are using mod_perl to run our Catalyst App with DBIx::Class and Template. | | but the memory usage of each process seems to be 95 m. it's pretty high!