Re: Inconsistent WMI results using multiple asynchronous queries



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...

.



Relevant Pages