Connection Leak.
- From: sk.rasheedfarhan@xxxxxxxxx
- Date: 21 Dec 2006 08:09:45 -0800
Hi,
I have troubles with a threaded application on W2003 server. It seems
to leave open connections behind time to time, it sums to hundreds over
a day (the application make thousands). It is using the SQLOLEDB
provider, MDAC 2.82.1830.0, SQL Server 8.00.2039 (SP4), Windows 5.2
(3790).
I put two Trace (print) statements for testing: (1) Connection is
opened. 2) Connection is Closed.) I can see the two statements without
any Exception. But the problem is when I see on the Performance viewer
(perfmon.exe/ perfmon.msc->Sqlserver:General Statistics, User
Connections) it shows Number of users connected to the system is like
thousands and more day by day ,Means the number of open connections are
in Hundreds...thousands and more . I am also loosing the connections
immediately with out any exception.But still I am seeing open
connection.
I am using same connection string and written in C++ code.
Please can anybody sort out my problem,
Is there a known bug like this? Is there a way to trace the SQLOLEDB
provider?
Regards,
Rasheeds
.
- Follow-Ups:
- Re: Connection Leak.
- From: Bob Barrows [MVP]
- Re: Connection Leak.
- Prev by Date: Connection Leak.
- Next by Date: Re: Connection Leak.
- Previous by thread: Connection Leak.
- Next by thread: Re: Connection Leak.
- Index(es):
Relevant Pages
|
|