D
DraguVaso
Hi,
I had an error concerning the connection-pool: "Timeout expired. The
timeout period elapsed prior to obtaining a connection from the pool. This
may have occurred because all pooled connections were in use and max pool
size was reached." (in VB.NET).
I was already able to solve the problem, because I didn't know before I have
to close the SqlDataReader also.
But I saw in some forums terms like 'the performance monitor' whcih can be
used to see the connection pool or the connections that are used.
Unfortunately I wasn't able to find this 'monitor'. Can anybody tell me
where to find it or something liek that? so I will be able to see if I'm
using too many connections or having still some connections open.
I'm using VB.NET (2003), with an MSDE database and Sql Server.
Thanks in advance,
Pieter
I had an error concerning the connection-pool: "Timeout expired. The
timeout period elapsed prior to obtaining a connection from the pool. This
may have occurred because all pooled connections were in use and max pool
size was reached." (in VB.NET).
I was already able to solve the problem, because I didn't know before I have
to close the SqlDataReader also.
But I saw in some forums terms like 'the performance monitor' whcih can be
used to see the connection pool or the connections that are used.
Unfortunately I wasn't able to find this 'monitor'. Can anybody tell me
where to find it or something liek that? so I will be able to see if I'm
using too many connections or having still some connections open.
I'm using VB.NET (2003), with an MSDE database and Sql Server.
Thanks in advance,
Pieter