As of PHP 5.3 the PHP MySQL extension mysqli (ext/mysqli)
supports Persistent Database Connections.
Persistent Connections are new to ext/mysqli but not new to
ext/mysql or
PDO. The news
behind the news is the usage of COM_CHANGE_USER (C-API:
mysql_change_user())
by ext/mysqli - no side effects
any more. The "flagship" has idiot-proof Persistent Connections.
If you do not know what Persistent Database Connections are and you speak german I would like to point you to my guest …
[Read more]