PHP mysqlnd connection multiplexing plugin
by Ulf Wendel on Aug 28, 2012
- 1,698 Views
PECL/mysqlnd_mux adds multiplexing to all PHP MySQL APIs (mysql, mysqli, PDO_MySQL) compiled to use mysqlnd. Connection multiplexing refers to sharing one MySQL connection among multiple user ...
PECL/mysqlnd_mux adds multiplexing to all PHP MySQL APIs (mysql, mysqli, PDO_MySQL) compiled to use mysqlnd. Connection multiplexing refers to sharing one MySQL connection among multiple user connection handles, among multiple clients. Multiplexing does reduce client-side connection overhead and minimizes the total number of concurrently open connections. The latter lowers the MySQL server load. As a highly specific optimization it has not only strong but also weak sides. See, what this free plugin has to offer in prototype stage. And, how does it compare to other techniques such as pooling or persistent connections - what to use when tuning PHP MySQL to the extreme.
Zugänglichkeit
Kategorien
Details hochladen
Hochgeladen über SlideShare als OpenOffice
Benutzerrechte
© Alle Rechte vorbehalten
Statistiken
- Gefällt mir
- 3
- Downloads
- 14
- Kommentare
- 0
- Views einbetten
- Views auf SlideShare
- 1,490
- Gesamtviews
- 1,698