Skip to content

Commit

Permalink
fixed typo in cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Apr 2, 2013
1 parent dc12ac2 commit c2fc7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -45,7 +45,7 @@ On UNIX platforms you can also add preforking with L<Mojo::Server::Prefork>.
Since all built-in web servers are based on the L<Mojo::IOLoop> event loop,
they scale best with non-blocking operations. But if your application for some
reason needs to perform many blocking operations, you can improve performance
by increasing the number of worker processes and decrease the number of
by increasing the number of worker processes and decreasing the number of
concurrent connections each worker is allowed to handle.

$ ./script/myapp prefork -m production -w 10 -c 1
Expand Down

0 comments on commit c2fc7e0

Please sign in to comment.