mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-01 10:11:30 +08:00
spawn_process now closes the manager's control socket listener and wakeup self-pipe in the forked companion before running its target. Both are inherited across the fork; closing them stops a companion from holding the control listener (and possibly answering control requests) or the manager's private signal pipe. Guarded so direct spawns without a control socket or running loop are a no-op. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Generate Documentation
======================
Requirements
------------
To generate documentation you need to install:
- Python >= 3.7
- Sphinx (https://www.sphinx-doc.org/)
Generate html
-------------
::
$ make html
The command generates html document inside ``build/html`` dir.