•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Computer Science and Software Design section within the Software Development category of DaniWeb, a massive community of 423,546 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,983 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Computer Science and Software Design advertiser: Programming Forums
Views: 32288 | Replies: 8
![]() |
•
•
Join Date: Oct 2003
Location: SUNYIT Campus Utica,NY
Posts: 16
Reputation:
Rep Power: 5
Solved Threads: 0
Round-Robin Scheduling Algorithm, that is used to prevent starvation. Lets say you have 4 jobs.
Job A Job B Job C and Job D
Round Robin will give each job the same amount of CPU time until they are finished.
so it will go like A B C D A B C D A B C D. for like 3 cycles each. If one of the jobs finishes it will be removed from the queue. If a job is added it will be added to the circular queue. Hope this is what you are asking for.
Job A Job B Job C and Job D
Round Robin will give each job the same amount of CPU time until they are finished.
so it will go like A B C D A B C D A B C D. for like 3 cycles each. If one of the jobs finishes it will be removed from the queue. If a job is added it will be added to the circular queue. Hope this is what you are asking for.
"Beware of computer programmers that carry screwdrivers."
Leonard Brandwein.
Leonard Brandwein.
•
•
Join Date: Dec 2003
Location: Nashville, TN
Posts: 2,333
Reputation:
Rep Power: 11
Solved Threads: 102
![]() |
•
•
•
•
•
•
•
•
DaniWeb Computer Science and Software Design Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
ajax asp blog browsing business software computer dell design developer development erp systems firefox india intel internet it linux media microsoft mmorpg msdn networking news office online open open-source operating programming project management publishing rss science security software software selection source sql sun super system technology evaluation tips vista warez web wiki windows xp
- round robin algorithm (C++)
- Round Robin Algorithm Simulation (C++)
- Round Robin Algorithm Simulation (C++)
- regarding round robin algorithm (C++)
- regarding round robin algorithm (C++)
Other Threads in the Computer Science and Software Design Forum
- Previous Thread: microsoft access simple date query
- Next Thread: Matlab - figure caption



Linear Mode