----- Original Message -----
From: "Rajit Singh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 16, 2000 8:58 AM
Subject: DBI/PostgreSQL/MySQL & mod_perl intermittent problem


> I should probably note that I've used Apache::DBI on and off to see if
> it makes any difference.

Did it?  One possibility, especially with Apache::DBI is that you are
exceeding
the maximum number of connections the database is configured to allow.
With MySQL you can use 'mysqladmin status'  or 'mysqladmin processlist'
to see the number of backends and what they are doing.  With PostgreSQL
you may have to use ps and count the postgres processes.

  Les Mikesell
    [EMAIL PROTECTED]


Reply via email to