|
|
|
|
|
by lutusp
4659 days ago
|
|
> For now we've found that restarting the httpd and mysqld services brings things back to normal almost immediately. You need to examine the restart process and analyze why it resolves the issue. If the reason is the abandonment of dead parasitic processes and memory leaks, you need to find out why and correct them. If the reason is that the restart unceremoniously drops all the current transactions, you need to increase capacity. > Can anyone think of any downside to this (used at least as a temporary measure)? I certainly can -- a bunch of really irritated visitors, whose transactions are abandoned. But that's only true if that is actually what's going on. Make sure you don't have software issues that are preventing efficient operation. If that's not the issue, you need to grow with your customer base -- increase server capacity. |
|
Like I said in OP, we've identified MySQL to be the primary bottleneck and are already working on resolving this.
>whose transactions are abandoned.
At least some saving grace here... we're not selling anything... it is purely a content site
Thanks for your input.