We're using Nginx + PHP in fastcgi mode, and using PHP-FPM as cgi process manager. In our scripts we use PDO to connect MySQL and definitely NOT in persistent mode.
But recently we found we still got too many connections in MySQL, any suggestions (or any possible reasons)?