In short, is there some sort of mysqli_pconnect for high-usage PHP & MySQL servers, or do I need to stick with mysql
mysqli_pconnect
PHP
MySQL
mysql
Actually there is persistent support for mysqli library. Just prepend "p:" to the hostname and you're done.