I can’t seem to find anything about setting up connection pooling in WordPress / PHP. Is this possible, and can someone provide some info on how to do it?
I did find some docs on editing wp-db.php and changing MySQL_connect to use mysql_pconnect by that seems hacky (and isn’t really connection pooling). I found that the MySQL drivers support putting a “Pooling=True;” parameter in the connection string, but I don’t see a way to do this in WordPress.
Any ideas?