lnobad / lidgren-network-gen3

Automatically exported from code.google.com/p/lidgren-network-gen3
0 stars 0 forks source link

Any plan to increase performance using async socket or SocketEventArgs. #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
when client count is large(i.e >1000), current solution can't work fine.

Original issue reported on code.google.com by isSin...@gmail.com on 3 Aug 2011 at 11:07

GoogleCodeExporter commented 9 years ago
Number of clients depends very highly on how much traffic each client 
generates. The current solution is focused on 1-100 client with normal network 
usage but if the traffic per client is low it will support much higher.
Btw, how could SocketEventArgs increase performance?

Original comment by lidg...@gmail.com on 4 Aug 2011 at 5:05