[Web-SIG] WSGI and async Servers

René Dudfield renesd at gmail.com
Fri Sep 18 09:21:23 CEST 2009


I'm pretty sure you can use async sockets + wsgi with Eventlet.
http://eventlet.net/

That shows it's possible to support wsgi with async servers.  Eventlet
is quite nice towards wsgi in this way.

One of eventlets backends is twisted.


More information about the Web-SIG mailing list