المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : CPU usage problem when sending udp packets



C# Programming
07-26-2012, 04:27 AM
Hi everybody
I'm trying to send udp packets using C# Socket class. Each packet has 1024 bytes and I send packets each 5 miliseconds. It cause my system cpu usage to go more than 50% which I beleive is not natural. does anyone have any idea about my problem?