Jump to content

Sign in to follow this  
Glaxo

linking 2 physical servers to eachother

Recommended Posts

12 hours ago, Glaxo said:

How would one make it so you can use two physical servers to power a grid?

You wouldn't as you cannot split a grid onto multiple servers. However you could have multiple grids across different physical servers, setup is fairly similar to if they were on one host but your json would point to external ips for certain grids and you would need to ensure all external hosts can talk to a single redis db.

  • Like 1

Share this post


Link to post
Share on other sites

so say i had a 4x6 grid on one machine and 4x6 on another, is it possible to make it so you could travel across all of those grids? essentially making an 8x6

Edited by Glaxo

Share this post


Link to post
Share on other sites
13 hours ago, Glaxo said:

so say i had a 4x6 grid on one machine and 4x6 on another, is it possible to make it so you could travel across all of those grids? essentially making an 8x6

Yes you can do that, make sure all the IP and port are configured in the servergrid.json and the 2nd server is pointing to the Redis database on the host machine.

Share this post


Link to post
Share on other sites
10 hours ago, Sakura said:

Yes you can do that, make sure all the IP and port are configured in the servergrid.json and the 2nd server is pointing to the Redis database on the host machine.

How do i make it point to a redis on another machine?

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...