|
|
|
|
|
by paulsutter
4981 days ago
|
|
Disk io has negligible CPU overhead. Preempted for a millisecond? A millisecond is millions of instructions. You're off by orders of magnitude. No matter where the disk is located, the disk io has to go across the network. If network capacity truly is the bottleneck, you have a different design problem and you cant exploit the CPUs. EDIT: I still dont buy it, but I will give some thought to the synchronous/lockstep nature of the environment. |
|