squeaky-pl / japronto

Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser.
MIT License
8.62k stars 580 forks source link

How to run server on multiple cores? #182

Open nikhilc2710 opened 3 years ago

SerGeRybakov commented 3 years ago

Normally with gunicorn or uvicorn, or whatever you usually use for it. Also you may pass workers quantity to app.run() as it's provided here