Menu

~ Bug Fix: Update Info Loop not using all of the allocated CPU any more.

The old method of the update loop used a lot of cpu power as it kept re-cycling through a while test until enough time elapsed.

using time.sleep() I can suspend the thread until the required time has passed, and update again.

The CPU load at idle is changed now from ~50% to ~0%, the way it should be. This should hopefully free up resources and make the sockets much faster/stable.

Posted by OfficerFlake 2012-06-01

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.