I have a development server that I am the only one using it at the moment. I've installed mod_perl (not 2.0) and Apache::DBI.
Using MySQL, I do a show processlist and there are no processes. I hit a page that requests data from MySQL. Processlist shows one process. I reload that same page and processlist shows 2 processes. Each time I reload I get another sleeping process. Reading the mod_perl documentation is says: "my $dbh = DBI->connect(...); Although $dbh shown here will go out of scope when the script ends, the Apache::DBI module's reference to it does not, keep the connection open." Why is there another connection each time I reload the page? Any help would be appreciated. -- Keith Jackson <[EMAIL PROTECTED]>
