On Sat, Oct 27, 2012 at 6:02 PM, Daniel Foerster <pydsigner@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:
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).