Re: Modperl/Apache deficiencies... Memory usage.y

2000-04-16 Thread Leslie Mikesell
According to [EMAIL PROTECTED]: > > > > This is basically what you get with the 'two-apache' mode. > > To be frank... it's not. Not even close. It is the same to the extent that you get a vast reduction in the number of backend mod_perl processes. As I mentioned before, I see a fairly constan

Re: Modperl/Apache deficiencies... Memory usage.y

2000-04-16 Thread shane
On Sat, Apr 15, 2000 at 01:39:38PM -0500, Leslie Mikesell wrote: > According to [EMAIL PROTECTED]: > > > Does anyone know of any program which has been developed like this? > > Basically we'd be turning the "module of apache" portion of mod_perl > > into a front end to the "application server" po

Re: Modperl/Apache deficiencies... Memory usage.y

2000-04-15 Thread Leslie Mikesell
According to [EMAIL PROTECTED]: > Does anyone know of any program which has been developed like this? > Basically we'd be turning the "module of apache" portion of mod_perl > into a front end to the "application server" portion of mod_perl that > would do the actual processing. This is basically