Hi all! New to the list, and I hope to make it to an event soon. . . anyway, I'm slowly figuring out the wonder that is mod_perl and Apache::DBI. I have a set of scripts I've developed (under strict, of course) that I'd like to get going under mod_perl. The scripts work fine (meaning a four-fold speed increase. A good start!) when I have Apache::PerlRun as the handler but behave badly under Apache::Registry. What happens under Apache::Registry is my DBI connection stays active, but clicking on any links that submit params to my script just causes the same page to return. It's like the params aren't getting recognized, or are getting cached along with the script. I really want to use Apache::Registry 'cuz I know script caching (and not just the module caching provided by Apache::PerlRun) will greatly improve my speed. What am I missing here? My script is using the CGI module, if that matters. I'm impatient, I suppose, 'cuz I have the O'Reilly "Writing Apache Modules with Perl and C" book coming in the mail. Any help is appreciated. -DJCP
