ADO and too many Handles
- From: michael.hollis@xxxxxxxxx
- Date: 14 Nov 2005 12:48:52 -0800
Hey,
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.
Thanks for the help,
Mike
.
- Follow-Ups:
- Re: ADO and too many Handles
- From: beginthreadex
- Re: ADO and too many Handles
- Prev by Date: Security context issue (weird behavior)
- Next by Date: Re: ADO and too many Handles
- Previous by thread: Security context issue (weird behavior)
- Next by thread: Re: ADO and too many Handles
- Index(es):
Relevant Pages
|