V
VS_NET_DEV
Hi All,
I see several postings regarding this and did not find an answer...
I am running ASP.NET 1.1 on Win2003 (IIS 6.0)
The Max connections in the pool is set to 100. I checked and 100% sure
*ALL* connections are closed within code.
But still I see that the connecitions keep rising and finally hit
100 and the system hangs.
In tests, I see that there are some long running queries (ie. > 1
sec).
Q1. Do long running queries affect the connection pool? Do we need to
isolate them in different pools?
Q2. I re-use the same connection string etc.. But what is preventing
from re-using the connection pool? On the SQL profiler, there are
several connecitions simply "sleeping" state, but still New
connections are opened.. (sometimes, the connections are resued and
but when the system is busy i.e. all users logged in, the connections
are not reused..
any help would be appreciated....
Thanks
Jenny
I see several postings regarding this and did not find an answer...
I am running ASP.NET 1.1 on Win2003 (IIS 6.0)
The Max connections in the pool is set to 100. I checked and 100% sure
*ALL* connections are closed within code.
But still I see that the connecitions keep rising and finally hit
100 and the system hangs.
In tests, I see that there are some long running queries (ie. > 1
sec).
Q1. Do long running queries affect the connection pool? Do we need to
isolate them in different pools?
Q2. I re-use the same connection string etc.. But what is preventing
from re-using the connection pool? On the SQL profiler, there are
several connecitions simply "sleeping" state, but still New
connections are opened.. (sometimes, the connections are resued and
but when the system is busy i.e. all users logged in, the connections
are not reused..
any help would be appreciated....
Thanks
Jenny