Re: ADO and too many Handles
- From: beginthreadex <beginthreadex@xxxxxxxxxxx>
- Date: Mon, 14 Nov 2005 21:44:00 +0000
I had a similar issue some time ago. Found out that it was a known bug in
ADO. Since then I don't remember how to correct. This rings a bell, but I
don't have any more comments about this.
> I have a problem with the amount of handles created during execution of
> a SQLServer 2003 and two programs using ADO.
>
> I have one program that reads while the other writes. What has been
> seen is the program writing is creating many handles dealing with
> synchronization, SQLServer Mutex and SQLServer Share while the reader
> is not. Obviously ones trying to write while the other is reading and
> the writer is blocked.
>
> They accumulate to the point where the program stops responding and it
> has to be restarted. Can anyone think of a possible reason? I have
> looked in the code to find if there is a property that sets this, but I
> am having no luck.
.
- References:
- ADO and too many Handles
- From: michael . hollis
- ADO and too many Handles
- Prev by Date: ADO and too many Handles
- Next by Date: datacolumn ; datatable in Visual Studio 2005 Beta 2
- Previous by thread: ADO and too many Handles
- Next by thread: datacolumn ; datatable in Visual Studio 2005 Beta 2
- Index(es):
Relevant Pages
|
|