Open GoogleCodeExporter opened 9 years ago
Python is known to eat all CPU available in a while loop with no sleep, 4
cores, 25% ;).
Original comment by anthony....@gmail.com
on 20 Aug 2012 at 7:03
hmm... interesting... i've googled a bit & this seems to be a common question
in Python and the "solutions" that i seem to come across seem to involve using
a small sleep like what's suggested here.
I guess running mobile device CPUs at 25%+ for extended periods would overheat
them. Has anyone come across any better approaches on this?
If there's no better way around this, I can probably add a method to set a
customisable delay in FullScreenWrapper2 eventloop like above.
Original comment by srinathd...@gmail.com
on 25 Aug 2012 at 11:19
Original issue reported on code.google.com by
nangdo...@gmail.com
on 20 Aug 2012 at 6:31