PECL/mysqlnd_ms compared to a classic
Note: This article was originally published at Planet PHP
on 27 September 2011.
Recently I was asked if PECL/mysqlnd_ms should be used to add MySQL replication support to a yet to be developed PHP application. The mysqlnd plugin, which supports all PHP MySQL extensions (PDO, mysqli, mysql), stood up against a classical, simple, proven and fast approach: one connection for reads, one ...


