Page 1 of 1

Can we manage muliplte servers using as3 api

Posted: 04 Aug 2015, 10:26
by ashish.verma
Hi Guys,
we have developed a Rummy game of both variants (pool ant point) using Smartfox pro and as3 Api. now we want to move "Pool Rummy" and "Point rummy" on different servers. In this case
1- can we manage both servers using single sfsclient instance?
2- if No, is two sfsclient instance a solution??
if there is any solution please tell me? what will be the challenges behind??

Thank you in advance.

Re: Can we manage muliplte servers using as3 api

Posted: 05 Aug 2015, 10:55
by Lapo
Hi,
I don't understand your question very well.
What do you mean when you say "manage both servers using single sfsclient instance"?

If you need a client to be connected to 2 servers at once, you will need 2 client API instances running at the same time in your application.

cheers