View Single Post
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 02-26-2012 , 11:40   Re: [TUT] Introduction to sockets
Reply With Quote #9

Quote:
Originally Posted by drekes View Post
Thanks Bugsy,

About #1, lets say a 32 slot full server changes map, is there a possibility that it causes lagg or something when the plugin sends data to 32 sockets at the same time ?
Yea, and it will lag while all 32 sockets are connecting to the server (unless you use non-blocking). I would not use multiple sockets though, use a single UDP socket for all requests.
__________________
Bugsy is offline