[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Re: Could WSGI handle Asynchronous response?

exarkun

2/18/2008 4:13:00 PM

On Mon, 18 Feb 2008 06:48:26 -0800 (PST), est <electronixtar@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/DivmodNe...
python-cometd - http://svn.xantus.org/shortbus/trunk/comet...

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

Jean-Paul