Fixed error in exercise.
This commit is contained in:
parent
ea088cd8d4
commit
ce0c54d30c
@ -35,13 +35,13 @@ d) Si el proceso 1 y cuatro se intercambiasen en el orden de llegada,
|
|||||||
| 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10| 11| 12| 13| 14| 15| 16| 17| 18| 19| 20| 21|
|
| 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10| 11| 12| 13| 14| 15| 16| 17| 18| 19| 20| 21|
|
||||||
--------------------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------------------
|
||||||
P4 | R |
|
P4 | R |
|
||||||
P2 | | B | B | B | B | R | R | R | R | R |
|
P2 | | R | R | R | R | R |
|
||||||
P3 | | | | B | B | B | B | B | B | B | R | R |
|
P3 | | | | B | B | B | R | R |
|
||||||
P1 | | | | | B | B | B | B | B | B | B | B | R | R | R | R | R |
|
P1 | | | | | B | B | B | B | R | R | R | R | R |
|
||||||
P5 | | | | | | B | B | B | B | B | B | B | B | B | B | B | B | R | R | R | R | R |
|
P5 | | | | | | B | B | B | R | R | R | R | R |
|
||||||
|
|
||||||
Empeoraría los tiempos de espera, ya que ahora el P5 tiene que esperar más para
|
Mejoraría considerablemente, ya que ahora hay menos tiempo de espera para los
|
||||||
correr.
|
primeros 3 procesos
|
||||||
|
|
||||||
# Ej2
|
# Ej2
|
||||||
Proc. Dur. Entr.
|
Proc. Dur. Entr.
|
||||||
|
Loading…
Reference in New Issue
Block a user