10-08-2007, 06:11 PM
I will soon release a tutorial that will add a 2:nd socket to the server that handles the movement. But thats not what I will ask about in this topic. I just got an idea to put less preassure on the server.
Instead of 1 server, a 2:nd server is created to handle the movement. So the Client would send the movement packet to the 2:nd server and not putting preassure on the main server. Of course the 2:nd server would have to interact with the main server when needed. Since mostly everything about the movement is checked client side in Function CanMove. Then it would be possible to transfer the movement to the 2:nd server from the main server, and only interact with the main server when required.
What do you think about this?
Instead of 1 server, a 2:nd server is created to handle the movement. So the Client would send the movement packet to the 2:nd server and not putting preassure on the main server. Of course the 2:nd server would have to interact with the main server when needed. Since mostly everything about the movement is checked client side in Function CanMove. Then it would be possible to transfer the movement to the 2:nd server from the main server, and only interact with the main server when required.
What do you think about this?