Viren Jain wrote:
> 
>         I included the command "PerlModule Apache::DBI" in my mod_perl Apache
> configuration files. Yet, over time there builds up more connection in
> mysql than apache processes (only Apache/CGI should be accessing MySQL) and
> most processes seem to have very high "Time"s under the "sleep" stat when I
> do a 'processlist' in mysql. Please advise.
>   -- Viren

If ANYTHING is different in your connect string, Apache::DBI will keep a
separate connection open.  You probably have slight variations in your
connect strings.
- Perrin

Reply via email to