On Fri, 4 Jan 2008 17:38:23 +0100
"Maarten Bosteels" <[EMAIL PROTECTED]> wrote:

> Have you had a look at
> http://mina.apache.org/tutorial-on-protocolcodecfilter-for-mina-2x.html
> ?

A minor issue with the article - the fragmentation link in the first
section ("Why use a ProtocolCodecFilter?") is completely irrelevant to
how reads and writes are done.  IP fragmentation has *no effect* on the
reads and writes - one sent IP packet on the sending side equals zero
or one IP packets on the receiving side, regardless of how it is
fragmented along the way.

Probably a better link to reference here is "Nagle's Algorithm" [1].

- DML

[1] http://en.wikipedia.org/wiki/Nagle%27s_algorithm

Reply via email to