eventlet

Salman Haq <[email protected]> Tue, 30 Nov 2010 13:08:17 -0500
Newsgroups gmane.comp.web.quixote.user
Message-ID <[email protected]>
I was thinking of writing an eventlet server for Quixote so it can 
handle requests that block or require heavy computation more 
efficiently. Has anyone already tried to this or foresee any issues?

I realize that there is Twisted server for Quixote as well (which I am 
currently using in one of my projects) but Twisted's "deferred 
generator" doesn't play well with Quixote.

Thanks,
Salman