1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
Commit graph

10 commits

Author SHA1 Message Date
Morton Jonuschat
dcc55fb021 Return success status to the invoking environment
Daemonizing on JRuby returned an error status to the
invoking environment due to exit! defaulting to a
return status of „false“ in constrast to exit which
defaults to „true“.
2013-08-21 07:25:25 +02:00
Evan Phoenix
f4682fb9d6 Keep jruby daemon mode from retrying on a hot restart 2013-08-13 16:05:51 -07:00
Evan Phoenix
6f7fea49df Fix pidfile creation/deletion race on jruby daemonization 2013-08-08 15:48:50 -07:00
Evan Phoenix
86b7d9718d Detect when the jruby daemon child doesn't start properly 2013-07-11 11:46:18 -07:00
Evan Phoenix
c68ea5e46b Move starting control server to after daemonization 2013-07-08 22:36:50 -07:00
Evan Phoenix
e70a370e2d More cleanup 2013-07-05 21:13:29 -07:00
Evan Phoenix
f2e11d1b52 A bit more cleanup 2013-07-05 17:09:18 -07:00
Evan Phoenix
662852ce4f Pass Events around more, add Events#on_booted 2013-07-05 16:54:15 -07:00
Evan Phoenix
c85c30c82e Fix jruby daemonization 2013-07-05 16:53:52 -07:00
Evan Phoenix
c48b804d8f Refactor modes, fix control server to always work 2013-07-05 16:08:13 -07:00