[Baypiggies] asynch design

Shannon -jj Behrens jjinux at gmail.com
Wed Feb 10 09:26:03 CET 2010


On Mon, Feb 8, 2010 at 11:14 AM, Stephen Lacy <slacy at slacy.com> wrote:
> Here's a great (and recent) comparison of a whole bunch of asynchronous web
> servers in Python:
>
> http://nichol.as/asynchronous-servers-in-python
>
> (via http://firendfeed.com/amitp)

I also gave a talk on this, both at BayPiggies and PyWebSF.  Here's
the blog post and the slides:

http://jjinux.blogspot.com/2009/12/python-concurrency.html

In the talk, I give a lot of background, and I also cover modern
frameworks based on Greenlets that allow you to write code that is
asynchronous without forcing you to write in callback style.  It's the
best of both worlds.

-jj

-- 
In this life we cannot do great things. We can only do small things
with great love. -- Mother Teresa
http://jjinux.blogspot.com/


More information about the Baypiggies mailing list