Re: Send ASCII file to the browser

2004-11-12 Thread Chris Gamache
This might be solution: $r->content_type('text/plain'); --- Michael Stepanov <[EMAIL PROTECTED]> wrote: > Hi guys, > > I have a small problem with sending simple ASCII file > to the browser. Inside perl module I have a method > which find and send specific file: > > my $fh = new Apache::Fil

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 > >

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