This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gildea
Recipients
Date 2007-07-28.15:20:08
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The workaround of calling join() with a timeout has a drawback:
Python's threading wait routine polls 20 times a second when
given any timeout.  All this polling can mean lots of CPU
interrupts/wakeups on an otherwise idle laptop and drain the
battery faster.
History
Date User Action Args
2007-08-23 14:30:28adminlinkissue1167930 messages
2007-08-23 14:30:28admincreate