Skip to content

Commit

Permalink
new FAQ answer for magical non-blocking code
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 15, 2014
1 parent 66e07af commit a2fee7f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/Mojolicious/Guides/FAQ.pod
Expand Up @@ -69,6 +69,15 @@ In addition we will also keep the distribution installable up to a certain
legacy version that we deem worthy of supporting, but not specifically
optimize for it, this is currently 5.10.1.

=head2 Will my code magically become non-blocking with Mojolicious?

No, it is not possible to magically make code non-blocking. While
L<Mojolicious> has been designed from the ground up for non-blocking I/O and
event loops, taking advantage of this requires specialized code available
through modules like L<Mojo::IOLoop> and L<Mojo::UserAgent>, or third-party
event loops. In the documentation we often refer to this as real-time web, for
more information see also L<Mojolicious::Guides::Cookbook/"REAL-TIME WEB">.

=head2 What does the error "Maximum message size exceeded" mean?

To protect your applications from excessively large requests and responses,
Expand Down

0 comments on commit a2fee7f

Please sign in to comment.