round robin algorithm

Please support our Computer Science advertiser: Learn about neural networks and artificial intelligence.
Closed Thread

Join Date: Oct 2003
Posts: 1
Reputation: noga is an unknown quantity at this point 
Solved Threads: 0
noga noga is offline Offline
Newbie Poster

round robin algorithm

 
0
  #1
Oct 15th, 2003
Just wanted to get a definition for round robin algorithm.
Thank you.
Quick reply to this message  
Join Date: Oct 2003
Posts: 16
Reputation: Wiecek5 is an unknown quantity at this point 
Solved Threads: 0
Wiecek5 Wiecek5 is offline Offline
Newbie Poster

Re: round robin algorithm

 
-1
  #2
Oct 27th, 2003
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.
"Beware of computer programmers that carry screwdrivers."
Leonard Brandwein.
Quick reply to this message  
Join Date: Nov 2003
Posts: 1
Reputation: VN_Fire is an unknown quantity at this point 
Solved Threads: 0
VN_Fire VN_Fire is offline Offline
Newbie Poster

Re: round robin algorithm

 
0
  #3
Nov 19th, 2003
If you have for job:
jA=30 milisecond,jB=10 milisecond,jC=50 milisecond,jA=30 milisecond
quantum=20milisecond
what's process?
my email "dgpleiku@yahoo.com"
thanks for your ans...
Quick reply to this message  
Join Date: Dec 2003
Posts: 1
Reputation: Mostafa Ibrahim is an unknown quantity at this point 
Solved Threads: 0
Mostafa Ibrahim Mostafa Ibrahim is offline Offline
Newbie Poster

graphic webdesign

 
0
  #4
Dec 9th, 2003
please help me to emplement the round robin scheduling by c programming language
Quick reply to this message  
Join Date: Dec 2004
Posts: 3
Reputation: ashraf_a3d is an unknown quantity at this point 
Solved Threads: 0
ashraf_a3d ashraf_a3d is offline Offline
Newbie Poster

Re: round robin algorithm

 
0
  #5
Dec 2nd, 2004
can any one provide me with the round robin algorithm code in c/c++
hurry up!!!
Quick reply to this message  
Join Date: Dec 2003
Posts: 2,414
Reputation: alc6379 has a spectacular aura about alc6379 has a spectacular aura about alc6379 has a spectacular aura about 
Solved Threads: 123
Team Colleague
alc6379's Avatar
alc6379 alc6379 is offline Offline
Cookie... That's it

Re: round robin algorithm

 
0
  #6
Dec 2nd, 2004
It's called Google, folks. Learn it. Love it. Use it. Don't start 6+ threads in one day on the same topic.
Alex Cavnar, aka alc6379
Quick reply to this message  
Join Date: Dec 2004
Posts: 207
Reputation: Real-tiner is an unknown quantity at this point 
Solved Threads: 8
Real-tiner Real-tiner is offline Offline
Posting Whiz in Training

Re: round robin algorithm

 
0
  #7
Jan 19th, 2005
Now what I need is a program for Windows which does just the opposite: Keeps one program running until it terminates, with NO interruptions of any kind.
Last edited by Real-tiner; Jan 19th, 2005 at 12:48 pm. Reason: spellching
Quick reply to this message  
Join Date: Mar 2005
Posts: 1
Reputation: hichamrhenja is an unknown quantity at this point 
Solved Threads: 0
hichamrhenja hichamrhenja is offline Offline
Newbie Poster

Re: round robin algorithm

 
0
  #8
Mar 21st, 2005
Your statement is correct, but I didn't agree with you on the example you presented (ABCD) when you mentioned that it Will run as ABCDABCD... The sequence ABCD gradually shrinks, if one process terminates..eg: B uses the least time units, the sequence could be ABCDACDACD...
Quick reply to this message  
Join Date: May 2006
Posts: 1
Reputation: khronos is an unknown quantity at this point 
Solved Threads: 0
khronos khronos is offline Offline
Newbie Poster

Re: round robin algorithm

 
0
  #9
May 11th, 2006
i'm searching for round robin too..if you have got that code in any programming language can u send me(java,c,pascal esp.)?i will be very appreciated thanks..
Quick reply to this message  
Join Date: May 2009
Posts: 1
Reputation: arctusus has a little shameless behaviour in the past 
Solved Threads: 0
arctusus arctusus is offline Offline
Newbie Poster

Re: round robin algorithm

 
-1
  #10
May 4th, 2009
Originally Posted by VN_Fire View Post
If you have for job:
jA=30 milisecond,jB=10 milisecond,jC=50 milisecond,jA=30 milisecond
quantum=20milisecond
what's process?
my email "dgpleiku@yahoo.com"
thanks for your ans...
the answer is jB =10 milisecond, because according round robin only the process jobs which has work time smalleer than quantum time can be work... 10<20 so JB only
Quick reply to this message  
Closed Thread

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC