Gui source code round robin for my server

Asked By 10 points N/A Posted on -
qa-featured

Hi there! I'm working on my server. Can I make a GUI source code round robin?  I want it to balance the load. And will it work for any kind of system? Thanks.

SHARE
Answered By 30 points N/A #141280

Gui source code round robin for my server

qa-featured
Hi there,
 
The short answer to your question would be – yes, you can use the round robin method for load balancing, and, yes, it will work on any kind of system.
 
There are several already made solutions that will work out of the box that you can use. Just do a simple Google search to check what tools are available and which one would suit you the best.
 
However, you should be aware that round robin has some problematic drawbacks and may not be the perfect solution as its records can be really hard to manage later.

Related Questions