Posts by Martim Cavalcanti • 31 points
2 posts
-
1
votes1
answer31
viewsA: Socket.Beginsend Using a lot cpu
Probably the solution to the problem is to use Socketasynceventargs (https://stackoverflow.com/questions/7237670/net-async-sockets-any-benefit-of-socketasynceventargs-over-begin-end-in-this-s)…
-
2
votes1
answer31
viewsQ: Socket.Beginsend Using a lot cpu
I have an online game server and have 600 online users, but the cpu is a little high (using 10~20% of 26GHz) and the profiler says that this line is using a lot of resources Socket.BeginSend(packet,…