[PHP-DB] connection pooling

2004-12-05 Thread Jan Bro
Hello List, is there anybody out there, who could help me in finding something I know from good old java: Connection Pooling. Is there a mechanism or project that provides that for PHP 5? Reason I create a 20 page pdf with data out of MySQL 4.1 (that means using the mysqli methods) where I

RE: [PHP-DB] connection pooling

2004-12-05 Thread Trevor Gryffyn
PROTECTED] Sent: Sunday, December 05, 2004 2:42 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] connection pooling Hello List, is there anybody out there, who could help me in finding something I know from good old java: Connection Pooling. Is there a mechanism or project that provides that for PHP 5

RE: [PHP-DB] connection pooling

2003-05-29 Thread Jennifer Goodie
instead of opening a new connection. [/quote] In practice it might not act like that though, it depends on your server set up. -Original Message- From: Mengü Gülmen [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 2:21 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] connection pooling

Re[2]: [PHP-DB] connection pooling

2003-05-29 Thread Meng Glmen
Message- From: Mengü Gülmen [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 2:21 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] connection pooling Hi there, I've been looking all over the net for connection pooling information about php and mysql but I didn't come across anything. Do