Petr-Siegl
Results
1
comments of
Petr-Siegl
After some debugging, sharing my findings: https://github.com/encode/uvicorn/releases/tag/0.30.0 In the version 0.30.0 multi-process manager was implemented, which uses `spawn` by default instead of `fork` even for Linux systems. `spawn` is slower...