in reply to CGI::Application not disconnecting from the database?

If you've done the checking, then it has nothing to do with CGI::Application specifically.

In that case, it's purely a managment issue (your server doesn't allow you to have that many connections -- either allow more, or limit apache to fewer child processes, thus limiting the # of open DB connections).

  • Comment on Re: CGI::Application not disconnecting from the database?