Idea

rima avatar image
rima suggested

On Demand Server Allocation

Currently, Only Pre-Started/Standby Servers are supported for the current matchmaking. Meaning Servers have to be already started and registered.


Current Flow:
Servers are Started and Registered as an Instance/Lobby, Upon a Successful Matchmaking, the match is assigned to an available registered server.


The current flow works well for games with limited game modes and maps.but this prevents adding Map pools and most importantly on-demand server allocation. Moreover, it also requires a pre-defined amount of servers for every game mode and maps which can be difficult for games with a lot of different game modes and maps.


Ideal Recommendation/Suggestion:

Adding Support for On-Demand Allocation.

  1. Matchmaking Succeeds
  2. Requests a server allocation by starting up a game server with the Match Id supplied in the Launch command
  3. The game server reads the match id and makes an API call to get the details such as map and game mode
  4. loads into the game mode and map provided by the matchmaker
  5. Registers itself as the Server for the given match and provides the connection details

Some of the Advantages:

  1. Not Required to have standby Servers for every game mode
  2. Maps can be Randomized in the Matchmaker Stage
  3. This also provides support for External Hosting with on-demand architecture to be compatible with the Playfab matchmaker

If the Game Server service is not meant to support on-demand servers and Since Matchmaking and Game Server are now independent of each other then

It would be ideal to provide a method to allow a Server (Externally hosted) to Register Itself to a Match. Similar to RegiserGame API but instead of Registering as an available Server, it would Register as the server for a given match

This would allow the Externally hosted servers to also take advantage of the following:

  1. Health Check (Heartbeat)
  2. Matchmaking Back-fill
  3. Getting a List of Servers by invoking GetCurrentGames
Matchmaking
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

No Comments

·

Write a Comment

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Your Opinion Counts

Share your great idea, or help out by voting for other people's ideas.