[Web-SIG] Re: [Twisted-web] A more Twisted approach to async apps in WSGI

Phillip J. Eby pje at telecommunity.com
Thu Sep 23 07:04:28 MDT 2004


At 10:33 AM 9/23/04 +0200, William Dode wrote:

>I don't see the difference between
>
>[sleep...]
>[sleep...]
>[sleep...]
>return data
>
>and
>
>[sleep...]
>yield
>[sleep...]
>yield
>[sleep...]
>yield
>
>for a cgi script if it's not possible to don't sleep.

As previously discussed, the existence of an asynchronous API only matters 
for asynchronous servers and gateways.




More information about the Twisted-web mailing list