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

9 commits

Author SHA1 Message Date
MSP-Greg
038a0d9da9
Documentation - add version info, misc fixes [ci skip] (#2368) 2020-09-17 09:15:19 -06:00
Kapil Sachdev
2ffcf56094 fix: Update links to use TLS/SSL [ci skip] [changelog skip] 2020-08-14 00:20:07 +05:30
Will Jordan
613ac8e803 Add fork_worker option and refork command
Trigger refork for improved copy-on-write performance.
2020-05-01 17:21:32 -07:00
Nate Berkopec
a6dcb506f2
Revert "Use SIGWINCH to print thread backtraces
Closes #2201

This reverts commit 3bf45fbf34.
2020-04-02 09:28:44 +09:00
Stan Hu
3bf45fbf34
Use SIGWINCH to print thread backtraces (#2195)
https://github.com/puma/puma/pull/1320 added support for using SIGINFO,
but this is only available on BSD-based systems. SIGWINCH is on Linux.

This is useful for debugging infinite loops or slow performance.
2020-03-24 16:30:04 +09:00
stereobooster
5bbe6f3ba6 Better documentation for signals (#1352) 2017-06-29 09:26:55 -04:00
Dmitry Krasnoukhov
7c41d0887f Implement SIGHUP for logs reopening 2014-07-27 17:31:15 +03:00
Prathamesh Sonpatki
fd4230dbc1 Minor cleanup of signals.md [ci skip] 2014-02-26 01:06:56 +05:30
Richard Schneeman
f6d39b5e89 Create signals.md
I've seen this requested several times. Here is a first attempt.
2014-02-25 13:08:06 -06:00