Socket Client , abnormal behavior when sending byte
From: Max (max_at_max.it)
Date: 02/27/04
- Next message: nos: "Re: absolute path to current application"
- Previous message: George W. Cherry: "Re: Context is Everything"
- Next in thread: Ryan Stewart: "Re: Socket Client , abnormal behavior when sending byte"
- Reply: Ryan Stewart: "Re: Socket Client , abnormal behavior when sending byte"
- Reply: Jon A. Cruz: "Re: Socket Client , abnormal behavior when sending byte"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 27 Feb 2004 19:06:39 +0100
Hi all ,
I have write a socket that send 50Kbyte of data stream at server writed in
C++ .
I have abnormal behavior when i send data from Java => to => server .
The data arrive on the server "not" in order that i have sended it :-(
frist sending operation (total : 50KByte that I have splited in 5 operation
of 10KByte)
sending (10Kbyte)
sending (10Kbyte)
sending (10Kbyte)
sending (10Kbyte)
sending (10Kbyte)
first sending receiver :
ok ! The server receive
pack 1,
pack 2,
pack 3,
pack 4,
pack 5,
second sendig :
sending (10Kbyte)
sending (10Kbyte)
sending (10Kbyte)
sending (10Kbyte)
sending (10Kbyte)
second sending receiver :
ok ! The server receive
pack 1,
pack 2,
pack 3,
pack 4,
pack 5,
"n"-sending operation :
sending (10Kbyte)
sending (10Kbyte)
sending (10Kbyte)
sending (10Kbyte)
sending (10Kbyte)
first sending receiver :
no ! The server receive
pack 2,
pack 4,
pack 5,
pack 1,
pack 3,
i not receive the "pack" in sequence : why ???
thank all
max
- Next message: nos: "Re: absolute path to current application"
- Previous message: George W. Cherry: "Re: Context is Everything"
- Next in thread: Ryan Stewart: "Re: Socket Client , abnormal behavior when sending byte"
- Reply: Ryan Stewart: "Re: Socket Client , abnormal behavior when sending byte"
- Reply: Jon A. Cruz: "Re: Socket Client , abnormal behavior when sending byte"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|