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

مشاهدة النسخة كاملة : Multi-threaded TCP Server Problem



C# Programming
06-24-2009, 05:40 PM
hi. I coded a multi threaded TCP Server (using .net 2.0)
and also I coded a client side program.Client side programs are executing on Mobile Devices
When the client number is six or seven a serious problem occurs , The problem is even if a mobile device send a message to server properly (Socket.Send is succesful and then start waiting for the response ) but often the response message does not arrive to client side.I think this is so weird
Is there a concurrent use of server side network i/o or something and needed to thread synchronization
to send data to clients or this is all about wireless network performance