I'm running windows 2000 and the latest releases of PHP and MySQL. All
database connections are made with mysql_pconnect(). Connections build
up, however. The only person connecting to this webserver at the moment
is myself. It seems that it opens connections and keeps them open, but
doesn't always reuse them, thus causing it to open new ones. Is this a
bug in mysql_pconnect()? Should I just use mysql_connect()? Any and all
help is appreciated.

 

Reply via email to