Results 1 to 9 of 9

Thread: round robin.. process scheduling

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2008
    Posts
    27

    Question round robin.. process scheduling

    *deleted
    Last edited by MisterLaO; Sep 1st, 2008 at 11:42 AM.

  2. #2
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    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,...

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jul 2008
    Posts
    27

    Re: round robin.. process scheduling

    ohh really??? sorry bout that. does it have the solution?? can you link me to that thread??

  4. #4
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: round robin.. process scheduling

    http://www.vbforums.com/showthread.php?t=537523
    This is where you had posted the previous one...
    But unfortunately, its not answered...
    I don't have any idea on this section... So, I cant give you any solution for your problem. But try to send a Private Message to some moderators like RobDog, or Si_the_geek or Hack or somebody else, about your problem. Because they are the pineers in programming...

    Please don't send messages which include the question. Try to post something like in the below format:
    Code:
    Hai pal,
    I am having a problem in vb. I had posted the question in here(http://www.vbforums.com/showthread.php?t=537523). Please have a look at it...:)
    I think you will be giving some answer to this question...:)
    -Regards,
    MisterLaO
    You should not post your questions directly as a Private Message. You should make a thread(that's what you have done) and then send them the link to that thread....

    I think they will be give you good solutions to your problem.....
    -Good day
    Akhilesh

    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,...

  5. #5
    PowerPoster
    Join Date
    Nov 2002
    Location
    Manila
    Posts
    7,629

    Re: round robin.. process scheduling

    So what do you need? Display list of processing of round robin or just the total time?

  6. #6

    Thread Starter
    Junior Member
    Join Date
    Jul 2008
    Posts
    27

    Re: round robin.. process scheduling

    Quote 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

  7. #7
    PowerPoster
    Join Date
    Nov 2002
    Location
    Manila
    Posts
    7,629

    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.

  8. #8

    Thread Starter
    Junior Member
    Join Date
    Jul 2008
    Posts
    27

    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?.

  9. #9

    Thread Starter
    Junior Member
    Join Date
    Jul 2008
    Posts
    27

    Re: round robin.. process scheduling

    Nevermind -.-!!!!!
    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
  •  



Click Here to Expand Forum to Full Width