MCPcopy
hub / github.com/benoitc/gunicorn / number_of_workers

Function number_of_workers

examples/standalone_app.py:19–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17
18
19def number_of_workers():
20 return (multiprocessing.cpu_count() * 2) + 1
21
22
23def handler_app(environ, start_response):

Callers 1

standalone_app.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected