PHP-MySQL Persistent Connections to Run WordPress Blog
Saturday, July 3rd, 2010 513 viewsWhen connecting to MySQL database, WordPress weblog based on PHP scripting will use non-persistent connection by default. That is, WordPress will trigger PHP to generate a new connection to MySQL server for each dynamic page request, and subsequently close the database connection once the web page building is completed. Repetitive opening and closing of MySQL [...]

