Page 1 of 1
Split the workload to increase user capacity
Posted: Sat Nov 06, 2010 5:47 am
by mihu332
Hey Kent,
I was wondering if there is a way to run the server platform using multiple servers, so it can sustain more users..
Let's say hosting 20 tables on server 1, 20 tables on server 2, etc
Is this possible ?
Thanks
Re: Split the workload to increase user capacity
Posted: Sat Nov 06, 2010 10:06 am
by Kent Briggs
mihu332 wrote:
I was wondering if there is a way to run the server platform using multiple servers, so it can sustain more users..
Let's say hosting 20 tables on server 1, 20 tables on server 2, etc
Is this possible ?
Not directly but you could purchase a second license and treat each site as a separate room. Then develop a central login page on your own website and direct the player to the room of their choice. You would also have to keep a local database of player info and use the API and Callback system to keep the chip balance as they go back and forth between rooms. Not a trivial programming job, but certainly possible. My customer at
http://www.centpoker.com did this.
Re: Split the workload to increase user capacity
Posted: Sat Nov 06, 2010 5:51 pm
by mihu332
Thanks for clarifying this.