
Sept. 23, 2004
9:04 a.m.
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.