Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Load balancing: Round robin may not be the right choice

  1. #1
    Member
    Join Date
    Nov 2017
    Location
    USA
    Posts
    138
    Thanks
    6
    Thanked 1 Time in 1 Post

    Default Load balancing: Round robin may not be the right choice

    Round robin algorithm sends requests among nodes in the order that requests are received. Here is a simple example. Let’s say you have 3 nodes: node-A, node-B, and node-C.
    Read More here to know What is the problem with Round robin algorithm?: https://blog.fastthread.io/2019/10/3...-right-choice/

  2. #2
    Junior Member
    Join Date
    Jan 2020
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Load balancing: Round robin may not be the right choice

    Hello, I want to learn about the robin algorithm and for that, I am searching for tips online. Thanks for sharing this with us.

  3. #3
    Junior Member
    Join Date
    Dec 2019
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Load balancing: Round robin may not be the right choice

    I want to make a project on the Round Robin algorithm and for that, I am gathering information about the Round Robin algorithm. It is very hard to make a project on the Round robin algorithm. I am very much thankful to you for sharing a blog link with us in which I have found useful tips regarding the Round Robin algorithm. If it was an essay assignment then it will easy for me because I will take help from the EssayWritingNZ.com website. Ram Lakshmanan, if you are searching for answers to "can I pay someone to write my assignment" then you could try essaywritingnz.com out. Over here you will find your question answer.

Similar Threads

  1. For loops to figure a table of round robin, 8 & 16 teams
    By planetHollywood in forum Loops & Control Statements
    Replies: 5
    Last Post: February 13th, 2018, 12:36 AM
  2. Multiple choice help
    By asteroidvirus in forum Java Theory & Questions
    Replies: 2
    Last Post: February 2nd, 2018, 11:01 PM
  3. Is scanner the right choice?
    By Badformat in forum Java Theory & Questions
    Replies: 1
    Last Post: January 20th, 2014, 04:02 PM
  4. [SOLVED] How to make Math.round() round to the nearest .1?
    By bdennin in forum What's Wrong With My Code?
    Replies: 4
    Last Post: February 2nd, 2013, 07:23 PM