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 pitrou
Recipients animus, christian.heimes, docs@python, pitrou, shevek
Date 2014-05-13.10:58:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399978684.99.0.12215301056.issue21430@psf.upfronthosting.co.za>
In-reply-to
Content
Alexey, to quote your own link, here is the proper way:
http://www.perlmonks.org/?node_id=845640

> And it is not need to tell about asyncio, Tornado or Twisted.

Of course it is :-) It is generally far better to use an existing non-blocking I/O framework, than grow your own event loop.
History
Date User Action Args
2014-05-13 10:58:05pitrousetrecipients: + pitrou, shevek, christian.heimes, docs@python, animus
2014-05-13 10:58:04pitrousetmessageid: <1399978684.99.0.12215301056.issue21430@psf.upfronthosting.co.za>
2014-05-13 10:58:04pitroulinkissue21430 messages
2014-05-13 10:58:04pitroucreate