RE: which is fastest connect or pconnect ?

2001-04-19 Thread Sander Pilon
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

Re: which is fastest connect or pconnect ?

2001-04-19 Thread Scott Baker
Up the number of connects that MySQL allows, or use persistent connections. At 06:00 PM 4/19/2001 +0200, Jacob Friis Larsen wrote: 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,