Re: Apache::Session : DBI->Too many connections

2000-07-31 Thread remco
reconnect for every request. Eventually you run out of possible connections as well, even with only a handfull of server-child-processes. You can monitor this from within mysql. > - Original Message - > From: Frédéric Schwien > To: [EMAIL PROTECTED] > Sent: Saturday, July

Re: Apache::Session : DBI->Too many connections

2000-07-29 Thread Bryan McGuire
h case you just need to increase its max_connections parameter to a bigger number. - Original Message - From: Frédéric Schwien To: [EMAIL PROTECTED] Sent: Saturday, July 29, 2000 10:31 AM Subject: Apache::Session : DBI->Too many connections Hi , I am using Perl 5.6.0 whith MySql 3.2

Apache::Session : DBI->Too many connections

2000-07-29 Thread Frédéric Schwien
Hi , I am using Perl 5.6.0 whith MySql 3.22.32 , Apache 1.3.12 , modperl 1.24 . On our Production Server , Apache error logs are showing sometimes : [Thu Jun 8 14:53:34 2000] [error] DBI->connect failed: Too many connections at /usr/local/lib/perl5/site_perl/5.6.0/Apache/Session/ DBIStor