Thread: Update 07/17/07
View Single Post
  #12  
Old 07-17-2007, 12:06 PM
Tomarru Tomarru is offline
 
Join Date: Dec 2006
Posts: 58
Clustering is the ability to have multiple machines for a single "server."
The game world will be essentially split so one machine runs one portion of the game and another runs another portion.
For example you could split it that a machine runs 4 worlds and another machine runs the rest. Then of course a separate login server etc.

Very complex code as you have to keep track of when people jump between machines and then any chat has to be sent between those machines etc.

Essentially it provides a scaling mechanism so the more money you throw at servers the mroe people you can support.