Just wondering if you or anyone on your forum can answer/solve this problem.
I've received the following from my shared hosting company where I have my wordpress blog installed:
"This account has recently been showing signs of causing stability problems on the server which appear to be due to mysql
usage on the wordpress installation, it does not appear to be closing it's connections which are then hanging and causing
problems for the rest of the server. You will need to resolve this issue immediately or the account will need to be suspended
again to prevent further server issues."
What this means is that wordpress is opening up a connection and then not closing it before the page request is complete.
This leaves the connection open which in turn causes load issues.
Here's a fingerprint of whats going on with my database server:
| 468 | v6mascar_mascari | localhost | v6mascar_mascarit | Sleep | 310 | NULL
| 470 | v6mascar_mascari | localhost | v6mascar_mascarit | Sleep | 289 | NULL
| 471 | v6mascar_mascari | localhost | v6mascar_mascarit | Sleep | 413 | NULL
| 477 | v6mascar_mascari | localhost | v6mascar_mascarit | Sleep | 333 | NULL
| 532 | v6mascar_mascari | localhost | v6mascar_mascarit | Sleep | 381 | NULL
| 557 | v6mascar_mascari | localhost | v6mascar_mascarit | Sleep | 320 | NULL
| 558 | v6mascar_mascari | localhost | v6mascar_mascarit | Sleep | 25 | NULL
| 566 | v6mascar_mascari | localhost | v6mascar_mascarit | Sleep | 318 | NULL
| 576 | v6mascar_mascari | localhost | v6mascar_mascarit | Sleep | 367 | NULL
| 627 | v6mascar_mascari | localhost | v6mascar_mascarit | Sleep | 331 | NULL
| 660 | v6mascar_mascari | localhost | v6mascar_mascarit | Sleep | 22 | NULL
| 667 | v6mascar_mascari | localhost | v6mascar_mascarit | Sleep | 26 | NULL
| 673 | v6mascar_mascari | localhost | v6mascar_mascarit | Sleep | 323 | NULL
P.S - I don't use persistent connections - this means that my wp-includes/wp-db.php its using mysq_connect instead of mysql_pconnect.