Scheduling programs in C

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ritchie
    New Member
    • Nov 2006
    • 9

    #1

    Scheduling programs in C

    Please can anyone help me with d programs in C for

    CPU scheduling:

    WAP to show FCFS scheduling algorithm.
    WAP to show SJF scheduling algorithm.
    WAP to show Priority scheduling algorithm.
    WAP to show Round-Robin scheduling algorithm.

    disk scheduling:
    WAP to show FCFS disk scheduling algorithm.
    WAP to show SSTF disk scheduling algorithm.
    WAP to show SCAN disk scheduling algorithm.
    WAP to show C-SCAN disk scheduling algorithm.
    WAP to show LOOK disk scheduling algorithm.
    WAP to show C-LOOK disk scheduling algorithm.

    PLease help urgently
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    Sure, have you started researching scheduling yet? Did you look at the source code for the scheduler in Linux?

    Hey.... that avatar looks familiar ;)
    Last edited by sicarie; Oct 17 '07, 02:04 PM. Reason: Hey....

    Comment

    • nolasco
      New Member
      • Aug 2007
      • 3

      #3
      Originally posted by sicarie
      Sure, have you started researching scheduling yet? Did you look at the source code for the scheduler in Linux?

      Hey.... that avatar looks familiar ;)
      I've already made an algorithm of CPU Scheduling in C language...
      I'll Post it... Next time coz i dont have my usb right now...
      Lets see if my logic can help you...
      Oh!!! By the way... I dont have an algorithm for round robin...
      I'm still working for it at this time...
      lets help each other...

      I have
      1. FCFS
      2. SJF
      3. SRTF
      4. Priority
      5. Preemptive Priority...
      Last edited by RedSon; Feb 29 '08, 03:24 PM. Reason: Removing religious remarks

      Comment

      Working...