|
-
Senior Member
well, the way multiplayer games are done with php/asp/cgi is that a player sends and retrieves data to the server. Then another clients sends and retrieves data to the server. Each time the game connects to the server, it has to open up a connection.
Now with sockets, you open up a connection to the server once, and it stays open, so data can go through all the time, making it much faster.
Olorin
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|