puma/docs
Jean byroot Boussier e438b907de
Allow to use `preload_app!` with `fork_worker` (#2907)
So far it was incompatible because true phased
restart are incompatible with preload_app.

But `fork_worker` doesn't do a phased restart
per say, it just piggy back on the implementation
to ask worker #0 to refork its siblings.

So we can just bypass that check and it works.

Co-authored-by: Jean Boussier <jean.boussier@gmail.com>
2022-09-15 10:30:55 +09:00
..
images Revert "Docs files" 2019-03-21 10:20:07 +01:00
jungle fix some spell errors (#2615) 2021-04-29 10:01:15 -06:00
architecture.md Allow backlog parameter to be set with ssl_bind DSL (#2780) 2022-01-01 16:11:22 -06:00
compile_options.md Allow configuring request uri max length & request path max length (#2840) 2022-04-13 17:55:45 -06:00
deployment.md Clean up and format markdown documentation (#2714) 2021-09-25 17:18:28 -06:00
fork_worker.md Allow to use `preload_app!` with `fork_worker` (#2907) 2022-09-15 10:30:55 +09:00
kubernetes.md fix some spell errors (#2615) 2021-04-29 10:01:15 -06:00
nginx.md Use $host instead of $http_host in nginx config (#2403) 2020-10-02 07:10:10 -06:00
plugins.md Clean up and format markdown documentation (#2714) 2021-09-25 17:18:28 -06:00
rails_dev_mode.md Clean up and format markdown documentation (#2714) 2021-09-25 17:18:28 -06:00
restart.md Clean up and format markdown documentation (#2714) 2021-09-25 17:18:28 -06:00
signals.md Add SIGINFO to documentation (#2762) 2021-12-06 11:18:55 +01:00
stats.md Clean up and format markdown documentation (#2714) 2021-09-25 17:18:28 -06:00
systemd.md Clean up and format markdown documentation (#2714) 2021-09-25 17:18:28 -06:00
testing_benchmarks_local_files.md Benchmarks - add ResponseTimeWrk files (#2895) 2022-09-11 10:08:54 -05:00
testing_test_rackup_ci_files.md Benchmarks - add ResponseTimeWrk files (#2895) 2022-09-11 10:08:54 -05:00