|
-
Aug 29th, 2008, 12:55 AM
#1
Thread Starter
Junior Member
round robin.. process scheduling
Last edited by MisterLaO; Sep 1st, 2008 at 11:42 AM.
-
Aug 29th, 2008, 02:31 AM
#2
Re: round robin.. process scheduling
Hey, I think you had created a similar thread previously. Isn't that so?
Please, Dont try to post multiple threads...
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Aug 29th, 2008, 04:07 AM
#3
Thread Starter
Junior Member
Re: round robin.. process scheduling
ohh really??? sorry bout that. does it have the solution?? can you link me to that thread??
-
Aug 29th, 2008, 05:25 AM
#4
Re: round robin.. process scheduling
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Aug 29th, 2008, 05:33 AM
#5
Re: round robin.. process scheduling
So what do you need? Display list of processing of round robin or just the total time?
-
Aug 29th, 2008, 06:36 AM
#6
Thread Starter
Junior Member
Re: round robin.. process scheduling
 Originally Posted by leinad31
So what do you need? Display list of processing of round robin or just the total time?
i need to calculate for the total waitng time for all of the processes to be completed and average waiting time for each process
-
Aug 29th, 2008, 07:12 AM
#7
Re: round robin.. process scheduling
Provide additional information. Where is the data coming from? What is the structure of your data? How is it interpreted? Quantum size?
My guess is your trying to force use of single dimension info (just processing length) when per process you also need to keep track of other information such as if it's waiting and how many times, or how long it had to give way to other processes. Have you considered using a user defined type or multiple dimension array to hold the info rather than just a single dimension array?
You can actually simulate this in an excel worksheet... if your a visual type programmer, it should help you identify what other info you need to keep track per pass.
-
Aug 29th, 2008, 10:50 PM
#8
Thread Starter
Junior Member
Re: round robin.. process scheduling
process lengths are user inputed.. also quantum time.. all the program has to do is calculate the total waiting time and average waiting time..
so basically, there will be 3 inputs from the user: number of process, quantum time, and process time for each process.
i dont think you would need multiple dimension arrays on this one?.
-
Aug 30th, 2008, 11:39 AM
#9
Thread Starter
Junior Member
Re: round robin.. process scheduling
Last edited by MisterLaO; Sep 1st, 2008 at 11:41 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|