Skip to content

Commit

Permalink
Because of the timeout, the exec() function will take at 'most' 10 se…
Browse files Browse the repository at this point in the history
…conds, IMHO.
  • Loading branch information
gurjeet committed May 20, 2012
1 parent 89436a1 commit 03299dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -2551,7 +2551,7 @@ <h4>Responding request handlers with non-blocking operations</h4>

<p>
This will make HTTP requests to <a href="http://localhost:8888/start" rel="nofollow">http://localhost:8888/start</a>
take at least 10 seconds, but requests to <a href="http://localhost:8888/upload" rel="nofollow">http://localhost:8888/upload</a>
take at most 10 seconds, but requests to <a href="http://localhost:8888/upload" rel="nofollow">http://localhost:8888/upload</a>
will be answered immediately, even if /start is still
computing.
</p>
Expand Down

0 comments on commit 03299dd

Please sign in to comment.