On May 1, 2007, at 8:41 PM, Richard Lowe wrote:
Firstly, I'm using TCP and Mina 1.1.

Let's say that my client executes the write method of IoHandlerAdapter and sends 100,000 bytes ('A') to the remote server.

My client then immediately sends another 25,000 bytes ('B') to that same server with a subsequent write call.

Will 'A' always arrive at the server before 'B' even though it contains more bytes?

Yes.

(TCP guarantees the sending order)

-pete


--
[EMAIL PROTECTED] - http://fotap.org/~osi



Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to