RE: [PHP-DB] connection pooling

2004-12-05 Thread Trevor Gryffyn
I don't know about connection pooling in Java, but a couple of thoughts arise with this question: 1. If it's connection/disconnect/reconnection that's causing the bottleneck, why not just connect once, perform your various SELECTs to get your data then close the connection once at the end? You s

RE: [PHP-DB] connection pooling

2003-05-29 Thread Jennifer Goodie
Did you read the manual page? http://us4.php.net/manual/en/function.mysql-pconnect.php [quote]First, when connecting, the function would first try to find a (persistent) link that's already open with the same host, username and password. If one is found, an identifier for it will be returned inste