Hello all,
I wish to make use of my unlimited shared hosting to create several small shared hosting accounts that I can offload processing to. So I need to create some logic in PHP to create the basics of a Load Balancer.
I have 4 shared accounts, one is the main site and the other 3 is the processing server accounts. Please see image.
I want to know how I can determine which server to pass the next processing job to? Do I keep a variable of the last server I passed to and go from one to the other? etc.
What is the best method?
Thanks all