MLFQ in modern systems
Modern systems using MLFQ what happens to interactive process(high I/O) in long run if it gets below CPU-bound process(es) in queue? Will user feel the freeze? I read that modern MLFQ follow fairness rule that every process will eventually get at the top and ones using allotment will go down, that means interactive process can get hidden below CPU-bound no?