Hello Tami, Your explanation was great, but at 4:10 after 17ms the process p1 should come for execution as it was in front of the Q2 also it didn't finish it's time quantum last time, it just ran for 2ms even though the time quantum was 3ms. So now the execution sequence will be, p1--p2--p2--p1--p4--p4--p1--p5--p5--p3--p1--p3--p1.
@rohitbale155 жыл бұрын
Yep that's the correct sequence. You got the perfect answer buddy. Tami made the mistake.
@bekchanovj3 жыл бұрын
p3 came first(at time 3, whereas p1 came at 12), that's why she put p3 at 17. And it didn't finish its time quantum because of the higher priority queue(for example p3 got preempted after just 1 second at time 18, although its quantum is 3 )
@davidwright668 жыл бұрын
Hi Tami, Your video is great. It has given me a good understanding of using a multilevel queue. Thanks!!!
@baduynguyen1711Ай бұрын
I need the answer of MLFQ excercise, please
@elliegahan71557 жыл бұрын
Where can i get the solution for multi level feedback queue?? you only gave the answer to multi level queue
@deborabruna71416 жыл бұрын
It will be, P1->P2->P3->P1->P4->P3->P2->P5->P4->P5->P1->P2->P4?
@harshamuthugannesudhakara38197 жыл бұрын
where can i get solution for MLFQ??
@TamiSorgente7 жыл бұрын
MLQ solution is located here: www.cse.fau.edu/~tami/MLQ.PNG
@aytekors7416 жыл бұрын
kzbin.info/www/bejne/fIrGlGx6bdGffJI
@aytekors7416 жыл бұрын
Thank you for explanations! :)
@preo2nd7 жыл бұрын
i don't get how you only have p1 in your ready queue when at time 10 you have p3 arriving as well
@hassuunna7 жыл бұрын
yup, you're partially right We have both P1 and P3 but hence they are the same priority you use first come first serve means you're comparing arrival time which is 3, and 4 Respectively so P1 will take the lead and run
@peter_jhondelacruz17446 жыл бұрын
what if they have same priority and same arrival time
@hassuunna6 жыл бұрын
Peter_jHon Dela cruz I asked my constructor about that and she said for processor that's nearly impossible to happen but anyone of them will work but better as a student to get them in the order of the table in problem
@hendraalexander36337 жыл бұрын
thank u tami sorgente :) very usefull for me
@aytekors7416 жыл бұрын
I used to find the solution for MLFQ on your channel but I can not find it now. Can you write the link also to the explanation part. Thanks