ID: 35309 Comment by: michael at chunkycow dot com dot au Reported By: lauris at nix dot lv Status: Open Bug Type: Feature/Change Request Operating System: any PHP Version: 6CVS-2005-11-21 (CVS) New Comment:
This would make more sense implemented in the DB lib and if DB connections are really that expensive maybe you should look at memcached or something simmilar. Is there a reason you require pooling that the current pconnect stuff won`t make you happy? Previous Comments: ------------------------------------------------------------------------ [2005-11-22 11:49:20] [EMAIL PROTECTED] Feel free to send a patch. ------------------------------------------------------------------------ [2005-11-21 10:33:51] lauris at nix dot lv Description: ------------ To gain performace when using databases php should have connection pooling so connections could be shared and would not need to reopen them on each client connection. It would be great to have per application configurable connection pooling. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=35309&edit=1
