News Feed
Jobs Feed
Sections




News Archive
Internet Super Hero Blog:
PHP 5.3 Persistent Connections with ext/mysqli
February 19, 2009 @ 09:31:33

The Internet Super Hero blog has posted some statistics comparing the connections per second that can be made with the newly introduced persistent connection support coming with PHP 5.3 in the mysqli (ext/mysqli) driver.

Persistent Connections have been a mixed bag. They can give you a significant performance boost by caching (pooling) connections although MySQL is already comparatively fast at establishing connections. However,connections are stored "as-is" in the cache. They are not "cleaned up".

The ext/mysqli driver takes care of this and a few other problems surrounding the persistent connections by cleaning up things like rolling back active transactions, unlocking tables, closing prepared statements and closing handlers. The trick is in a call to the C-API function mysql_change_user() (= COM_CHANGE_USER).

0 comments voice your opinion now!
mysqli ext driver persistent connection trouble solved statistic


blog comments powered by Disqus

Similar Posts

Richard Thomas' Blog: Direction of Zend Framework?

Derick Rethans: Debugging Connections with the MongoDB PHP driver

Brian Swan's Blog: How to Change Database Settings with the PDO_SQLSRV Driver

PHPEverywhere: In praise of Zend Core

Lukas Smith's Blog: Persistent connections with MSSQL


Community Events











Don't see your event here?
Let us know!


language opinion conference release community interview functional tool podcast object composer testing code development introduction framework database zendframework2 phpunit example

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework