Advertisement

Creating a Game Server ...

Started by July 10, 2004 01:29 PM
0 comments, last by GameDev.net 20 years, 7 months ago
Hi guys, I have to create a game server, and I need to know some issues that can help me in developing a good server: - Do I have to use blocking or non-blocking sockets? - Do I have to handle every player using a single thread or I have to use different methods? - How can I make many computers work like a single one (subdividing the work on players over differents server)? tnx, bye

This topic is closed to new replies.

Advertisement