[Python-ideas] Async API
Laurens Van Houtven
_ at lvh.cc
Thu Oct 25 13:46:29 CEST 2012
Sorry, working really long hours these days; just wanted to chime in that
yes, you can call transport.write with large strings, and the reactor will
do the right thing under the hood: loseConnection is the polite way of
dropping a connection, which should wait for all pending writes to finish
etc.
cheers
lvh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20121025/4a158c48/attachment.html>
More information about the Python-ideas
mailing list