[Python-ideas] Async API
Laurens Van Houtven
_ at lvh.cc
Sun Oct 28 09:44:19 CET 2012
On Sat, Oct 27, 2012 at 6:02 PM, Daniel Foerster <pydsigner at gmail.com>wrote:
> I'm realizing that I perhaps don't grasp the entirety of Asynchronous
> programming. However, The only results I have found are for .NET and C#.
> Would you like to recommend some online sources I could read?
>
A simple question with a multitude of answers!
Presumably you are more interested in the gory details of async
programming, whereas most of this discussing has been about what the code
looks like.
The wikipedia articles, while not fantastic, aren't terrible:
https://en.wikipedia.org/wiki/Event_loop
https://en.wikipedia.org/wiki/Asynchronous_I/O
Also, there's a great introduction at http://krondo.com/?page_id=1327 ;
which unfortunately comes wrapped as a twisted tutorial ;) (You can stop
reading a while in when it becomes twisted-specific).
--
cheers
lvh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20121028/885b5a81/attachment.html>
More information about the Python-ideas
mailing list