In what case the throughput ability of a system that can handle two processes would be bigger

StackOverflow https://stackoverflow.com/questions/20305927

  •  06-08-2022
  •  | 
  •  

Domanda

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?

È stato utile?

Soluzione

Other things being equal, the second case, because there wouldn't be as much contention for the CPU or the I/O devices.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top