StackExchange / wmi

WMI for Go
http://godoc.org/github.com/StackExchange/wmi
MIT License
433 stars 173 forks source link

Global mutex necessary? #36

Open m247support opened 6 years ago

m247support commented 6 years ago

Hi,

Thanks for this tool. Can you confirm why this global mutex is necessary? It was hampering efforts at parallelism. Is it strictly necessary if you are the querying wmi services on remote hosts?