Y
Hacker News
new
|
ask
|
show
|
jobs
by
Aeolun
227 days ago
If your websites take less than 16ms to serve, you can serve 60 customers per second with that. So you sorta do have it per customer?
3 comments
vlovich123
227 days ago
That’s per core assuming the 16ms is CPU bound activity (so 100 cores would serve 100 customers). If it’s I/O you can overlap a lot of customers since a single core could easily keep track of thousands of in flight requests.
link
OJFord
227 days ago
With a latency of up to 984ms
link
javier2
226 days ago
Im just saying that we dont have gaming pc specs per customer to chug that 7GB of data for every request in 30ms
link