CaduNunes79 / netprofilesmod

Automatically exported from code.google.com/p/netprofilesmod
0 stars 0 forks source link

Scanning for network adapter increases CPU load #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The scanning for network adapters in the background uses WMI. This creates the 
process WmiPrvSE.exe that notably increases the CPU load.

Original issue reported on code.google.com by u...@urx.ch on 16 May 2013 at 2:57

GoogleCodeExporter commented 9 years ago
Fixed in new release 0.2.2. Now the 
System.Net.NetworkChange.NetworkAddressChanged event handler is used to detect 
changes of the available network adapters. Also the scan for connected SSIDs is 
no more active if the network doesn't change.

Original comment by u...@urx.ch on 19 May 2013 at 11:40