Voting

: nine minus two?
(Example: nine)

The Note You're Voting On

Tom
13 years ago
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

To Top