"KraftDiner" wrote:

> What makes asyncore.loop exit?

as most other things you ask about, that's explained in the documentation:

     http://docs.python.org/lib/module-asyncore.html

     loop(...)

     Enter a polling loop that terminates after count passes
     or all open channels have been closed.

</F>

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

Reply via email to