Could WSGI handle Asynchronous response?

Jean-Paul Calderone exarkun at divmod.com
Mon Feb 18 11:12:58 EST 2008


On Mon, 18 Feb 2008 06:48:26 -0800 (PST), est <electronixtar at gmail.com> wrote:
> [snip]
>
>So, is there any solution that handles this nicely? Or, more
>specificly, is there any solution that is more 'comet'-like, let's say
>'socket'-like than WSGI which could almost do full-dulex HTTP
>communications, and ready-to-use server & client event-based code
>library?

There are a number.  Two based on Twisted:

  Athena - http://divmod.org/trac/wiki/DivmodNevow/Athena
  python-cometd - http://svn.xantus.org/shortbus/trunk/cometd-twisted/

(I'm one of the primary authors of the former.)

Jean-Paul



More information about the Python-list mailing list