Re: WSGI and Async [was: Pyramid 2 ideas]

2011-03-24 Thread Alice Bevan–McGregor
On 2011-03-24 13:59:16 -0700, Daniel Holth said: Proposal: import eventlet Done! Invented in 1963, coroutines let me use WSGI asynchronously without rewriting anything. What could be sweeter? Cross-platform, cross-implementation. (Both re: the greenlet C extension.) Python 3 support, esp. n

Re: WSGI and Async [was: Pyramid 2 ideas]

2011-03-24 Thread Daniel Holth
Proposal: import eventlet Done! Invented in 1963, coroutines let me use WSGI asynchronously without rewriting anything. What could be sweeter? -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, send email to pylons-devel@goo

WSGI and Async [was: Pyramid 2 ideas]

2011-03-24 Thread Alice Bevan–McGregor
[Cross posted between the source of the discussion and the Web-SIG for additional discussion there.] On 2011-03-15 14:54:18 -0700, Mike Orr said: There has been an ongoing discussion between the WSGI developers and Twisted about how to be more compatible. The upshot is that asynchronous serve