Please answer this simple SPAM challenge: max(eight, eight)? (Example: nine)
There's a third case for PHP: run on a fastCGI interface. In this case, PHP processes are NOT destroyed after each request, and so persistent connections do persist. Set PHP_FCGI_CHILDREN << mysql's max_connections and you'll be fine.
<< Back to user notes page