Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
worker processes do not actually use INT and TERM signals
  • Loading branch information
kraih committed Feb 20, 2015
1 parent 29bfccd commit c59eabc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions lib/Mojo/Server/Hypnotoad.pm
Expand Up @@ -228,10 +228,6 @@ and take over serving requests after starting up successfully.
L<Mojo::Server::Hypnotoad> worker processes can be controlled at runtime with
the following signals.
=head2 INT, TERM
Stop worker immediately.
=head2 QUIT
Stop worker gracefully.
Expand Down
4 changes: 0 additions & 4 deletions lib/Mojo/Server/Prefork.pm
Expand Up @@ -298,10 +298,6 @@ Decrease worker pool by one.
L<Mojo::Server::Prefork> worker processes can be controlled at runtime with
the following signals.
=head2 INT, TERM
Stop worker immediately.
=head2 QUIT
Stop worker gracefully.
Expand Down

0 comments on commit c59eabc

Please sign in to comment.