Ryan,

> Here's the problem.  I had the site up several days, with everything
> running perfectly.  Ordinarily there would be about 11 mysql processes
> running.  However, after a few days of running smoothly, the number of
> mysql processes increases to over 170, and the site crashes.  Formerly
> I'd get errors like
> 
> DBI connect('yada yada, ...) failed: Too many connections at DB.pm
> line 25

Are you running Perl from CGI or mod_perl? If you run it from mod_perl,
maybe you have problem with persistent connection. Maybe you forgot to
disconnect DB handler.

--Batara

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to