Skip to content

Commit

Permalink
mention that the web server can handle other requests while waiting
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 15, 2012
1 parent 4ee4002 commit 9c668b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojolicious/Guides/FAQ.pod
Expand Up @@ -106,8 +106,8 @@ passphrase with the attribute L<Mojolicious/"secret">.
L<Mojolicious> has been designed from the ground up for non-blocking I/O and
event loops. So when a new request comes in and no response is generated right
away, it will assume that this was intentional and return control to the web
server, which then waits for events such as timers to finally generate a
response.
server, which can then handle other requests while waiting for events such as
timers to finally generate a response.

=head2 What does "Inactivity timeout" mean?

Expand Down

0 comments on commit 9c668b5

Please sign in to comment.