excessive amount of connections caused query timeouts

  • Recently we have been seeing an issue where all of a sudden the number of connections to the database server doubled and then queries starts timing outs. Once connections dropped, we no longer see timeouts. I am not exactly sure what resources the connections are using on the database server to cause timeouts. I think its memory, but running perfmon, paging counter seems normal. CPU is fine. IO counter was running normal as well. Does someone know why the spike on connections cause query timeouts?

    Thanks much!

    Kathleen

  • We had the same issue. Basically you would get query timeout or General Network errors. This happnes when you have website pages that open connection and does not close it. Usually what happens is that the connection pool gets filled up and the websites will stop responding.

    Solving this will take time since you have to make sure all connections are closed even when there is an exception thrown.

    -Roy

  • Thanks for your response. What I did not understand was what db resource was being taxed on when dealing with so many connections and how I can see it using perfmon, for example.

    Thanks so much!

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply