> We often get a message from MySQL that there are too many connections.
> 
> What can we do ?
> 
> Should we use connect rather than pconnect ?
> 
> We use Php 4.04pl1, Linux, Apache 1.3.17 and MySQL 3.23.32 

Yes, you should.

That, or increade the amount of allowed connections, or decrease the
amount of allowed apache processes.

If you use pconnect, you should have more allowed connections than
allowed apache processes. (MaxClients settings)

-S


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to