Dear all,

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?

Assume a receive and send buffer size of 4k.

Many thanks!!!

Cheers,
Richard.







Reply via email to