View Single Post
  #13  
Old 09-28-2006, 08:35 PM
eq4me
Hill Giant
 
Join Date: Jul 2006
Posts: 166
Default

Quote:
Originally Posted by Angelox
I was thinking; why not have the zones spread out over different servers at different locations? I mean, like x amount of zones here, another amount at GeorgeS, John Adams, and anyone else who wants to be in on it.
The problem is the Database connection. Each server who starts up zones wants to read whole tables from the MySQL DB. This can take extremely long on a slow connection. And the traffic between the zones and the MySQL DB dont stop after startup. So the uplink probably would be also clogged with traffic to the remote database.
I discovered this when I was trying to start EQEmu in an VMWare instance connecting to the MySQL DB on the host system. Without the propper network drivers out of the VMWare tools its like 100 Kb/s.

Btw: So a dual 750 MHz PIII Server with 2GB Ram would be good enough to hold a well sized crowd? I have an tempting offer. 1U Rackspace with 250GB/month free for 21

Last edited by eq4me; 09-29-2006 at 05:33 AM..
Reply With Quote