Re: My modperl module fails under heavy load

2004-03-25 Thread Perrin Harkins
Chris Gamache wrote: True... :) Is 4 simultaneous requesting threads with 100 queued serial requests for each thread enough to cause a requests to fail? CPU/RAM load was nominal. When I started only four testing threads, I thought I was going easy on mod_perl :) mod_perl can handle more than that,

Re: My modperl module fails under heavy load

2004-03-25 Thread Chris Gamache
--- Perrin Harkins <[EMAIL PROTECTED]> wrote: > On Tue, 2004-03-23 at 10:52, Chris Gamache wrote: > > I wrote a load-testing script that hits my Apache webapp with 100 > serialized > > requests. The webapp works great that way. If I start multiple simultaneous > > instances of the load-testing scri

Re: My modperl module fails under heavy load

2004-03-23 Thread Perrin Harkins
On Tue, 2004-03-23 at 10:52, Chris Gamache wrote: > I wrote a load-testing script that hits my Apache webapp with 100 serialized > requests. The webapp works great that way. If I start multiple simultaneous > instances of the load-testing script, the requests eventually fail. Anything will fail i

Re: My modperl module fails under heavy load

2004-03-23 Thread Ged Haywood
Hi there, Hello there, > first time posting on this list. Welcome! On Tue, 23 Mar 2004, Chris Gamache wrote: > I'm not sure what information you'd need When your message was returned to you from the mod_perl List you will see that there was added: > Report problems: http://perl.apache.org/bu

My modperl module fails under heavy load

2004-03-23 Thread Chris Gamache
I wrote a load-testing script that hits my Apache webapp with 100 serialized requests. The webapp works great that way. If I start multiple simultaneous instances of the load-testing script, the requests eventually fail. This is my first time posting on this list. I'm not sure what information yo