PHP/MySQL Persistent Connections

Summary: Do not use persistent connections in your PHP application when connecting to MySQl.

Important reasons NOT to use persistent connections:

By avoiding persistent connections, you can actually increase performance with your web server as well as eliminate any other issues you may be having such as 503 errors and connection timeouts.