11 ms·
The thing is that you can serve a lot of requests on a single core.. (and at least us we pay per core)
by jordic 6y ago
The thing is that you can serve a lot of requests on a single core.. (and at least us we pay per core)
- calpaterson 6y agoYou can use multiple threads and multiple processes on a single core - that is the purpose of timesharing operating systems after all.
- jordic 6y agoFor example: https://discuss.tryton.org/t/wsgi-server-choice/2766 https://discuss.tryton.org/t/wsgi-server-choice/2766 https://mail.zope.org/pipermail/zodb-dev/2010-December/013897.html https://mail.zope.org/pipermail/zodb-dev/2010-December/01389... https://docs.rhodecode.com/RhodeCode-Enterprise/admin/tuning-gunicorn.html https://docs.rhodecode.com/RhodeCode-Enterprise/admin/tuning... https://github.com/benoitc/gunicorn/issues/1045 https://github.com/benoitc/gunicorn/issues/1045