[issue11117] Implementing Async IO

2014-01-31 Thread Yury Selivanov
Yury Selivanov added the comment: I guess PEP 3156 covers this, closing this one. -- nosy: +yselivanov resolution: -> out of date status: open -> closed ___ Python tracker ___ _

[issue11117] Implementing Async IO

2011-02-05 Thread David Beazley
David Beazley added the comment: Glad you liked it! I think there is a bit of a cautionary tale in there though. With aio_, there is the promise of better performance, but you're also going to need a *LOT* of advance planning and thought to avoid creating a tangled coding nightmare with it.

[issue11117] Implementing Async IO

2011-02-05 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Thanks, David, for the link. The story is really touching :-). -- ___ Python tracker ___ ___ Pytho

[issue11117] Implementing Async IO

2011-02-05 Thread David Beazley
David Beazley added the comment: Anyone contemplating the use of aio_ functions should first go read "The Story of Mel". http://www.catb.org/jargon/html/story-of-mel.html -- nosy: +dabeaz ___ Python tracker

[issue11117] Implementing Async IO

2011-02-04 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' : -- nosy: +giampaolo.rodola ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:

[issue11117] Implementing Async IO

2011-02-04 Thread Antoine Pitrou
Antoine Pitrou added the comment: >From the python-dev thread: http://mail.python.org/pipermail/python-dev/2010-October/104782.html “os._exit is useful. os.open is useful. aio_* are *not* useful. For anything. If there's anything you think you want to use them for, you're wrong. It either wo

[issue11117] Implementing Async IO

2011-02-04 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +brian.curtin ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue11117] Implementing Async IO

2011-02-04 Thread Jesús Cea Avión
New submission from Jesús Cea Avión : This issue is a placeholder for exposing Async IO thru Python. The relevant mail thread is at: http://mail.python.org/pipermail/python-dev/2010-October/104770.html Relevant resources: http://feedproxy.google.com/~r/Wwwc0t0d0s0org/~3/snM0BJ8evv4/7147-Sync