mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Clarify hot restart on JRuby
This commit is contained in:
parent
cf44fa7e32
commit
d38de8f4fe
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ Take the following [sample configuration](https://github.com/puma/puma/blob/mast
|
|||
|
||||
## Restart
|
||||
|
||||
Puma includes the ability to restart itself, allowing for new versions to be easily upgraded to. When available (currently anywhere but JRuby), puma performs a "hot restart". This is the same functionality available in *unicorn* and *nginx* which keep the server sockets open between restarts. This makes sure that no pending requests are dropped while the restart is taking place.
|
||||
Puma includes the ability to restart itself, allowing for new versions to be easily upgraded to. When available (MRI, Rubinius, JRuby), puma performs a "hot restart". This is the same functionality available in *unicorn* and *nginx* which keep the server sockets open between restarts. This makes sure that no pending requests are dropped while the restart is taking place.
|
||||
|
||||
To perform a restart, there are 2 builtin mechanism:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue