Requests not timing out even though set to at 30 sec. in cfadmin
We have an issue that occurs randomly every other day or so. Our site will stall for 2-3 minutes and then come back up. When this happens it appears that requests aren't timing out even though they are set to at 30 sec in cfadmin. In the server.log, I can see warnings where cf realizes the threads aren't timing out, "completed in 362 seconds, exceeding the 30 second warning limit." The pages being called when this happens seem to be at random so I can't narrow it down to a certain file or query in the code.
We have a multiserver setup with a load balancer handling the traffic between 3 identical cf servers. There is one MS-SQL server that the 3 application servers point to. When the problem occurs, it seems to cascade from one cf server to the next until all 3 are down. This leads me to believe that it's some kind of DB issue, but our DBA says he can't find anything wrong.
