In message <mailman.3048.1247462046.8015.python-l...@python.org>, Vincent 
Gulinao wrote:

> Q1: is this a common OK practice? I'm worried infinite loops hogs memory.

The problem is not that the loop is infinite, but that it busy-waits, 
hogging CPU.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to