pconnect - and many threads

admin

Administrator
Staff member
Hey all,

I'm connecting to my database with a simple function using "mysql_pconnect()" ... but, it seems to be actually connecting multiple times (40+) to the mysql server, according to "mysqladmin proc stat" ...

My webhosting service only has mysql set up for 100 connections... so if I am using 40+, that's a problem...

Any suggetions as to what might be going awry?

Thanks.
 
Back
Top