[Merge] lp:~rodsmith/ubuntu/utopic/iperf/no-max-cpu into lp:ubuntu/iperf
Roderick Smith
rod.smith at canonical.com
Wed Jul 9 20:15:31 UTC 2014
Roderick Smith has proposed merging lp:~rodsmith/ubuntu/utopic/iperf/no-max-cpu into lp:ubuntu/iperf.
Commit message:
Fixes 100% CPU use on server when run in daemon mode
Requested reviews:
Ubuntu branches (ubuntu-branches)
For more details, see:
https://code.launchpad.net/~rodsmith/ubuntu/utopic/iperf/no-max-cpu/+merge/226206
Fixes bug that caused 100% CPU use on the server when launched in daemon mode. Specifically, after each connection terminated, the test thread would lock itself into a loop. Thus, after several tests, even a powerful server could be brought to its knees. The cause was creation of threads before the program called fork(); the threads were thus effectively orphaned. This patch reverses the order of these operations, enabling the program to retain control of its threads.
--
https://code.launchpad.net/~rodsmith/ubuntu/utopic/iperf/no-max-cpu/+merge/226206
Your team Ubuntu branches is requested to review the proposed merge of lp:~rodsmith/ubuntu/utopic/iperf/no-max-cpu into lp:ubuntu/iperf.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: review-diff.txt
Type: text/x-diff
Size: 14256 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/ubuntu-reviews/attachments/20140709/68f40965/attachment-0001.diff>
More information about the Ubuntu-reviews
mailing list