View Single Post
  #12  
Old 06-18-2007, 03:17 AM
techguy84's Avatar
techguy84
Discordant
 
Join Date: Apr 2007
Location: Somewhere Safe
Posts: 453
Default

So I kinda guess to sum it all up, the only way you can get away with running two EQ servers is to have two IP address and two NIC's to use those IP's. You would have one server running off of X IP and Nic and the other on Y.

Now like rewired said. It is very possible to run another totaly different emu, like the WoW ones. The simple rule is that they must use a complete different set of ports as far as client connections go.

If the WoW emu using port 9000, your going to get conflicts like a WoW player getting sent to your EQ server, or visa versa.

But like I said, as far as the MySQL goes. It can take on connections all shape and size as long as they are set to go through port 3306 or whatever you designate it to be. Each server you run goes to that port, opens its respect (designated) database and and gets its information.

The only problem you may have regarding MySQL is that you may get too many incoming connections and some will be block. You can set this up to vary in the Instance Server Config to how ever many you plan to need.
Reply With Quote