On Nov 27, 2007 9:41 AM, CraigT <[EMAIL PROTECTED]> wrote: > I'm have strict everywhere, no global variables, and all subroutines are > stand-alone objects with well defined interfaces in and out. I have code > in a startup.pl file executed by the HTTPD process that defines the mod_perl > handler and registry and puts my cgi-bin code into the mod_perl registry and > it seems to work.
Nice work! > My question is Is there anything else I need to do to try this code out > under mod_perl? No, just whatever your normal, QA/testing process is. You could pound it a little with ab to make sure the performance is where you expected it to be. - Perrin