Re: Re: [Python-Dev] wsgi validator with asynchronous handlers/servers
Luca Sbardella <[email protected]> Mon, 25 Mar 2013 18:30:00 +0000
| Newsgroups | gmane.comp.python.tulip,gmane.comp.python.web |
|---|---|
| Message-ID | <CAF94-jYK_WRT27Dp6E94Rg67N5jQK2zLrDo4DzTmMD=U0B00RQ@mail.gmail.com> |
> maybe you can read up on the PEP and check out the Tulip implementation ( > http://code.google.com/p/tulip/) and maybe you can come up with a > suitable design for integrating PEP 3156 into WSGI? Though it may have to > be named WSGI 2.0 to emphasize that it is backwards incompatible. > > I have an idea already, I'll write an initial implementation based on tulip.http.Response & tulip.http.ServerHttpProtocol and I'll write a little example using it. Luca