CaduNunes79 / netprofilesmod

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

Program not responding for several seconds #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create Profile with DHCP
2. Activate this profile

What is the expected output? What do you see instead?
The program freezes until DHCP configuration is set. This can last for 10 to 
20s.

What version of the product are you using? On what operating system?
1.1 64 bit, Windows 8 64 bit.

Please provide any additional information below.

Original issue reported on code.google.com by samuel.r...@gmail.com on 22 Dec 2012 at 1:27

GoogleCodeExporter commented 9 years ago

Original comment by u...@urx.ch on 11 Jan 2013 at 10:51

GoogleCodeExporter commented 9 years ago
The program blocks until the IP settings are applied. If DHCP is enabled, it 
will block the same amount of time as it would take to execute 'ipconig 
/release' and 'ipconfig /renew' on the command line. If no DHCP server is 
available on the network, the action will only finish after a long time out. A 
BackgrundWorker or a Timer shall be used to apply profiles in the background.

Original comment by u...@urx.ch on 10 Apr 2013 at 1:49

GoogleCodeExporter commented 9 years ago
Fixed in new release 0.2.1

Original comment by u...@urx.ch on 10 May 2013 at 9:54