Q43,Paper3,D12. Consider n processes sharing the CPU in round robin fashion. Assuming that each process switch takes s seconds. What must be the quantum size q such that the overhead resulting from process switching is minimized but, at the same time each process is guaranteed to get its turn at the CPU at least every t seconds ?
what the hack is this ? in round robin, time slice q is provided and with different(may not be) burst time.
ReplyDeletewhat is 't' here?