When a long-polling client is waiting for a message, HTTPChannel loops with
time.sleep(channel.check_interval) until a message becomes available.
Use threading.Event to signal waiting thread when message becomes
available, to avoid waking thread every channel.check_interval.
Original issue reported on code.google.com by dthomp...@gmail.com on 4 Jun 2009 at 4:31
Original issue reported on code.google.com by
dthomp...@gmail.com
on 4 Jun 2009 at 4:31