I would like to know why too many or too few context switches would be undesirable in a computer system, would be really grateful if someone knew and could explain it to me.
thanks
I would like to know why too many or too few context switches would be undesirable in a computer system, would be really grateful if someone knew and could explain it to me.
thanks
Too few: less (poor) real-time-alike behavior.
Too many: too much overhead spent in the OS's scheduler.