PHP and persistent MySQL connections

At the MySQL Performance Blog there is a very interesting article about PHP’s persistent MySQL connections (connection pooling) and why they are not enabled by default in the mysqli extension.

Tags: ,

Comments are closed.