How does multiplayer games handle multiple servers? Suppose I have 100 servers from Amazon web services and 100 from Linode. How will I get a list of all the active servers? Should I have to manually make a list of all the servers on a main server and send requests for the server list to this main server? This does not seem very efficient in production.
↧