In what case the throughput ability of a system that can handle two processes would be bigger,1)if them two would be i/o bound or2) the 1st cpu bound and the other i/o bound?
Asked
Active
Viewed 21 times
0
-
This question seems to be off-topic because it is not related to a programming problem – php_nub_qq Nov 30 '13 at 22:07
1 Answers
0
Other things being equal, the second case, because there wouldn't be as much contention for the CPU or the I/O devices.

Robin Green
- 32,079
- 16
- 104
- 187