Re: Inconsistent WMI results using multiple asynchronous queries
- From: "Brian" <brcampbe@xxxxxxxxxx>
- Date: 11 Apr 2006 16:06:08 -0700
Gerry,
I think I found the problem. I looks like there were multiple
instances of the ExecQueryAsync response handler
(IWbemObjectSink::Indicate) that were attempting to update their
findings through a single function in the main thread. I threw a mutex
lock in the function in the main thread to serialize the updates and it
hasn't happened since...
Thanks for response...
Later,
Brian...
.
- References:
- Inconsistent WMI results using multiple asynchronous queries
- From: Brian
- Re: Inconsistent WMI results using multiple asynchronous queries
- From: Gerry Hickman
- Inconsistent WMI results using multiple asynchronous queries
- Prev by Date: Re: Inconsistent WMI results using multiple asynchronous queries
- Next by Date: Enable Bandwidth throttling programmatically using WMI in C#
- Previous by thread: Re: Inconsistent WMI results using multiple asynchronous queries
- Next by thread: Re: Bind the TCP/IP protocol to adapter
- Index(es):
Relevant Pages
|