Asked By Ben
03-Feb-10 02:17 AM
hi,
i have a script that queries MicrosoftDNS namespace.
it seems after a ~100 queries or so (selecting A records) it starts
failing with 'generic failure'... even via wbemtest.
i see it is since the wmiprvse.exe process reached the default 128mb
limit. but why?
in my script i even establish a new connection to wmi with each call,
and it did not help...
how do i get wmiprvse.exe to flush?
can WMI not be used for such intense operations? (it is not even
intense, i'm doing it single threaded.... just have ~5000 records to
check)
Thanks!!
Ben