Re: [PHP-DB] To many connections problem with LAMP

2003-09-05 Thread Mika Tuupola
On Thu, 4 Sep 2003, Balaji H. Kasal wrote: It is usually better not to use persistenc connections. So drop the pmysql_connect or if you really need to use them set set max connections higher for mysql. Which problem it has? On a really busy site persistent

Re: [PHP-DB] To many connections problem with LAMP

2003-09-04 Thread Mika Tuupola
On Wed, 3 Sep 2003, Merlin wrote: After doing some research it looks like this is a problem because I am using pmysql_connect instead of mysql_connect. It is usually better not to use persistenc connections. So drop the pmysql_connect or if you really need to use them

Re: [PHP-DB] To many connections problem with LAMP

2003-09-04 Thread Balaji H. Kasal
After doing some research it looks like this is a problem because I am using pmysql_connect instead of mysql_connect. It is usually better not to use persistenc connections. So drop the pmysql_connect or if you really need to use them set set max connections higher

[PHP-DB] To many connections problem with LAMP

2003-09-03 Thread Merlin
Hello, I am getting more and more to many connections errors on my web application buid with LAMP. After doing some research it looks like this is a problem because I am using pmysql_connect instead of mysql_connect. Istn't it better to use persistant connections? There are about 14000 PI the