Only seems to happen around this time of night. Just thought you should know.
Only seems to happen around this time of night. Just thought you should know.
Hmm. Yeah, I've seen it do that at certain times during the day.
Either the log processing program is to blame, or MySQL is getting held up on a table lock.
I'll look into it right now.
Sometimes this happens at the end of the month.
Proud to be the Unofficial Secret Illegal Enforcer of Eyes on Final Fantasy!
When I grow up, I want to go toBovineTrump University! - Ralph Wiggum
It happens sporadically actually.
Yeah, most times I see it occur randomly throughout the day, and only for about 30 seconds. During that time, a bunch of connections start to stack up, on EoFF only. (other sites on the server are mostly unaffected)
I think it's due to a sluggish MySQL update that locks a forum database table and causes all the select queries on that table to block until the update completes. It's also possible that a cron job is optimizing the the database, which locks entire tables down during the optimize process.
If anyone notices the forums freezing, please note the exact time of day (and your timezone) and send me a PM. That would help immensly.![]()
well, I made this thread like thirty seconds after the most recent time it happened. If it happens again I'll let you know.
Sometimes I get locked out of specific parts of the DB. I can access the index, but not threadbit or any thread for that matter. I always thought it was a cron job doing its job.
Well, no cron jobs should be running optimize queries. If they are, they shall be disabled.
we have this problem at work when we do automated data loads at 3am.
I assume there's just some resource consuming maintenance process that occurs around that time. It sometimes locks up on me too, but I pet it and sing softly to it and then it works again.
It's a thankless job, really.
Ok, I reorganized the server statistics software a little bit so performance may improve.