Re: Testing a Handler

2006-09-09 Thread Jay Scherrer
Joshua Shapiro wrote: Hello, I have inherited an application that makes use of mod_perl. I have never used it before and am currently trying to understand it. I am trying to setup a simple CLI utility that will allow me to test the functionality of the website offline and eventually set up uni

Re: Testing a Handler

2006-09-09 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Sep 09, 2006 at 10:55:57PM -0600, Joshua Shapiro wrote: > Hello, > > I have inherited an application that makes use of mod_perl. I have > never used it before and am currently trying to understand it. I am > trying to setup a simple CLI util

Testing a Handler

2006-09-09 Thread Joshua Shapiro
Hello, I have inherited an application that makes use of mod_perl. I have never used it before and am currently trying to understand it. I am trying to setup a simple CLI utility that will allow me to test the functionality of the website offline and eventually set up unit tests. I am trying

Re: mod_perl reqs/s @ concurrency-- for actual db based applications

2006-09-09 Thread Patrick Mulvany
On Wed, Sep 06, 2006 at 04:33:27PM -0500, Frank Wiles wrote: > On Wed, 06 Sep 2006 14:02:56 -0400 > Perrin Harkins <[EMAIL PROTECTED]> wrote: > > > You can usually increase your performance greatly just by tuning your > > existing SQL and database. Run Apache::DProf or the DBI profiler, > > find