CPU utilization going up when connecting multiple clients receiving 16kbps
843790Apr 15 2008 — edited Apr 16 2008I am using client-server program, where the server written in C, sends the data to the client (written in java) at a rate of 16kbps, I use UDP for data transmission.
I can have many clients open in a system receiving 16kbps data each, when i try to connect 4 or more clients, my CPU utilization is going up and the system gets hanged up.
Can you please tell me a solution for this so that I can handle atleast 5-6 clients with a reasonable CPU utilization
Thanks in advance