But you still haven’t answered why no other application I’ve ever run (including WordPress from version 1.5 and onwards) has ever given me any trouble.
…
Are you serious? So, because it works for one thing, it must work for everything? Do you think that one database server could run the entirety of the internet?
Different applications have different needs. I don’t know what threshold you hit, but you hit one. Perhaps your traffic has increased. Perhaps the extra queries in 2.7 take a bit longer. Perhaps your database is filling up its space and needs to be optimized. I don’t know, nor do I have any way to know. It’s your site, it’s your database. All I can do is give you advice and words, you still have to solve the issue.
And you’ve apparently ignored the fact that the updates are always saved to the database. In other words, the error appears but WordPress is obviously writing to the database without fail…
Yes, I’m ignoring that because it’s irrelevant. WordPress executes more than one query per page load. It’s entirely possible for the UPDATE query to occur and then some other query, later, to fail because the database server has disconnected. A page load is not an atomic operation.
So if this is truly a database problem, where the connection is getting dropped, it would seem that it’s still a problem in WP that’s dropping the connection.
PHP and MySQL simply does not work that way. No database works that way, in point of fact. And the “MySQL Server has gone away” is a dropped connection that occurred on the database side of things. There is no other explanation possible.
Perhaps after writing to the DB it’s trying to do something that’s taking too long?
This is entirely possible. However, it’s still a database problem. If you need the connection to wait a while and the connection timeout in MySQL is set too low, then the database needs to be adjusted to wait longer.
Alternatively, if you need the PHP code to run faster, then you need to throw more horsepower/CPU at it.
I know at times the admin interface has seemed sluggish, as others have reported for 2.7 betas and RC1.
WordPress 2.7 is actually measurably faster in this respect, however, it does perform more queries to the database. So a slow database server or one with not enough memory allocated to it might be the issue here.
I’m not an idiot Otto.
Honestly, I would not make that assumption if I were you. You’re certainly displaying all the signs. Insulting people who are trying to help you, for example.
Bottom line. I’m willing to be corrected, and I’m certainly capable of being wrong. But until you address my points and give me specific suggestions, you’re just wasting everyone’s time.
And you’re wasting mine and everybody else’s on this forums by ignoring advice and suggestions from people trying to assist you.
Bottom line: This thread is closed because you can’t seem to take advice gracefully. If you feel like not being a complete jerk to people who are really trying to assist you, then feel free to post again. But if you want to continue to act like you’re doing here, then I would suggest not bothering.