10-08-2007, 06:55 PM
If the second server handles only movement, it would always be requesting data from the main server to check whether or not the move is legal. You can't rely on just the client's data and use a blind server.
It would take the calculation stress off the main server, but it would be the same amount of packet sending.
It would take the calculation stress off the main server, but it would be the same amount of packet sending.