Skip to content

Commit

Permalink
be more specific about what to avoid in applications
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 1, 2012
1 parent 17b8a74 commit be38d5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Mojo/Server/Hypnotoad.pm
Expand Up @@ -349,9 +349,9 @@ Mojo::Server::Hypnotoad - ALL GLORY TO THE HYPNOTOAD!
L<Mojo::Server::Hypnotoad> is a full featured, UNIX optimized, preforking
non-blocking I/O HTTP and WebSocket server, built around the very well tested
and reliable L<Mojo::Server::Daemon>, with C<IPv6>, C<TLS>, C<libev> and hot
deployment support that just works. Note that since multiple worker processes
need to be managed by the server, you should avoid modifying signal handlers
and forking in your applications.
deployment support that just works. Note that the server uses signals for
process management, so you should avoid modifying signal handlers in your
applications.
To start applications with it you can use the L<hypnotoad> script.
Expand Down

0 comments on commit be38d5b

Please sign in to comment.