[erlang-questions] gen_tcp send non-blocking in erlang?

Matthias Lang matthias@REDACTED
Mon Mar 17 15:18:15 CET 2014


On Monday, March 17, Carsten Bormann wrote:

Carsten> Not really.  Look up “connection-splitting PEP”.
...
> > could be tweaked so that it really does let Erlang code figure out whether
> > or not a particular byte has reached the remote TCP stack.

> And that is useful how?

How does a connection-splitting PEP (i.e. what you referred to above)
decide how much data to allow in from the fixed/fast side? Does it
just use a static buffer, or does it keep an eye on how much the
mobile/slow side's TCP stack has ACKed? If the latter, then that's an
example of where this information would be useful.

Matthias



More information about the erlang-questions mailing list