<div class="gmail_quote">On Sat, Oct 27, 2012 at 6:02 PM, Daniel Foerster <span dir="ltr"><<a href="mailto:pydsigner@gmail.com" target="_blank">pydsigner@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

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?<br></blockquote>

</div><br>A simple question with a multitude of answers!<br><br>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.<br><br>

The wikipedia articles, while not fantastic, aren't terrible:<br><br><a href="https://en.wikipedia.org/wiki/Event_loop">https://en.wikipedia.org/wiki/Event_loop</a><br><a href="https://en.wikipedia.org/wiki/Asynchronous_I/O">https://en.wikipedia.org/wiki/Asynchronous_I/O</a><br>

<br>Also, there's a great introduction at <a href="http://krondo.com/?page_id=1327">http://krondo.com/?page_id=1327</a> ; which unfortunately comes wrapped as a twisted tutorial ;) (You can stop reading a while in when it becomes twisted-specific).<br>

<br>-- <br>cheers<div>lvh</div><br>