Y
Hacker News
new
|
ask
|
show
|
jobs
by
jordic
2103 days ago
The thing is that you can serve a lot of requests on a single core.. (and at least us we pay per core)
1 comments
calpaterson
2103 days ago
You can use multiple threads and multiple processes on a single core - that is the purpose of timesharing operating systems after all.
link
jordic
2103 days ago
For example:
https://discuss.tryton.org/t/wsgi-server-choice/2766
https://mail.zope.org/pipermail/zodb-dev/2010-December/01389...
https://docs.rhodecode.com/RhodeCode-Enterprise/admin/tuning...
https://github.com/benoitc/gunicorn/issues/1045
link