Advertisement
Guest User

Untitled

a guest
May 30th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. $ ./executables/main_server.exe -R 1
  2.  
  3. Added program p1 with index 0
  4.  
  5. Added program p2 with index 1
  6.  
  7. Added program p3 with index 2
  8.  
  9. Added program p4 with index 3
  10. Content of waiting queue:
  11. |--|
  12. |p1|
  13. |p2|
  14. |p3|
  15. |p4|
  16. |--|
  17. Usage: ./scheduler [-SFRP][number_of_thread]
  18.  
  19. -S to use FS ALG.
  20. -F to use FCFS ALG.
  21. -R to use RR ALG.
  22. -P to use PS ALG.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement