Hacker News new | ask | show | jobs
by jgalvez 5655 days ago
Is anyone else confused by "1 worker and 4 workers"?
3 comments

He did 3 benchmarks: gunicorn with 1 worker process, gunicorn with 4 worker processes, bjoern.
Well I run gunicorn in production with 4 workers so just wanted to give it a try. Also I chose to add network latency by doing it on amazon instance.
My guess is he meant 1 master & 4 workers.