Commit Graph

11 Commits

Author SHA1 Message Date
Fabian Schwahn b15b78c60d
Add SIGINFO to documentation (#2762)
The feature was added in https://github.com/puma/puma/pull/1320 but was missing from documentation.
2021-12-06 11:18:55 +01:00
Jacob Herrington 21e9a4a65b
Clean up and format markdown documentation (#2714)
* Revise and format architecture docs [ci skip]

* Fix typo and format compile options doc [ci skip]

* Revise and format deployment doc [ci skip]

* Revise and format plugins doc [ci skip]

* Fix mechanical typos [ci skip]

* Revise restart.md [ci skip]

* Revise signals.md [ci skip]

* Revise stats.md [ci skip]

* Revise and format systemd.md [ci skip]
2021-09-25 17:18:28 -06:00
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