Hello All,
We have a particular problem here on one of our production machine, which is running a PHP application.
We have an AJAX call that is only called at one location in the code. However, at any given time, when I have a look at the PHP activity file in Linux (suphp_log), I see that when the server freezes (for a couple of minutes), it's because this specific ajax request (file_ajax.php) is called 30-40 times per second on a 5 minutes range.
I have absolutely no idea how could this query be call that amount of times. It's called only only in Javascript when the page is loaded and I really doubt someones designs to hit reload 30-40 times per minute on client-side.
Do you know any history of such problems, where the PHP server starts "stuttering" ?