Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Data Transfer problem when sending data to multiple clients simultaneously.

3 views
Skip to first unread message

gmy

unread,
Mar 4, 2011, 6:34:25 AM3/4/11
to
Hello,
I am facing some problem in connecting multiple clients to one server port.
Only
TCP communication is used by me.

I am able to get data packets of size 1024 bytes from the clients
simultaneously
without ant loss of data.

But when i send data as packets of size 1024 bytes to all the clients
simultaneously, only few clients receive entire data.
The some data gets lost for the remaining clients.

i am sending data as 1024bytes packets and receiving data as 1024 bytes
packets.

After each packet is send from server to client, the server waits for
acknowledgement from the
client and then sends the subsequent packet. also when the client sends data,
it
also sends one
packet of 1024 bytes to server, waits for acknowledgement from sever and then
sends the
subsequent packet.

Can you suggest some guidelines for the above problem?

GMY
gmu...@hotmail.com
0 new messages