One Account for Multiple Servers
Posted: 27 Oct 2013, 07:40
I have a system set up where multiple games run simultaneously, and each game has its own SmartFox server instance in Amazon EC2. What I'd like to do is have a single "Account" database that's shared between these multiple server instances. The basic flow would be something like this:
1) User launches client and enters Username/Password
2) This info is checked against a single Account database for authenication
3) The user then selects a game and is sent to the appropriate SmartFox server instance
I'm not sure quite how to go about this. Should each game server have a separate "login" Zone where the Database Manager points to the central account database? That would require the user selecting a game (server) before authenticating, though.
If anyone knows of some examples or existing documentation about sharing data and coordinating between multiple SmartFox servers, that'd definitely help. Thanks!
1) User launches client and enters Username/Password
2) This info is checked against a single Account database for authenication
3) The user then selects a game and is sent to the appropriate SmartFox server instance
I'm not sure quite how to go about this. Should each game server have a separate "login" Zone where the Database Manager points to the central account database? That would require the user selecting a game (server) before authenticating, though.
If anyone knows of some examples or existing documentation about sharing data and coordinating between multiple SmartFox servers, that'd definitely help. Thanks!