|
|
|
|
|
by withoutboats3
987 days ago
|
|
In this context, we're talking about things for which the throughput is IO-bound. You're talking about the latency of an individual request. Throughput being IO-bound is indeed about the hardware, and the truth is that at the high end it's increasingly uncommon for things to be IO-bound, because our NICs and disks continue to improve while our CPU cycles have stagnated. |
|