http://www.smartfoxserver.com/whitepape ... rmance/#q4
I'd like to do this transparently to the user as described:
My question is, what is the best way to have multiple smartfox instances talk to each other? My current thought is to have one instance that just has one limbo zone running that all users initially join. This instance would have a servlet that talks to servlets for all other instances to find out which zone the user should join (whichever is emptiest, for example). This servlet would then pass the info to an extension, and the extension would tell the client where to go.Alternatively, this can be done in a transparent way for the client, by automatically choosing the less loaded zone inside the current region.
Does this make sense, or is their an easier way? Can server extensions talk directly to extensions running on seperate smartfox instances? I know they can communicate if they are on the same smartfox instance, but I haven't seen anything for cross instance communication.