[zeromq-dev] Subports
Martin Pales
m.pales at gmail.com
Tue May 3 21:31:53 CEST 2011
On Tue, May 3, 2011 at 9:08 PM, Martin Sustrik <sustrik at 250bpm.com> wrote:
> You mean tunnelling everything through a single TCP connection, right?
>
> You'll get head-of-line-blocking behaviour then.
That's true if you only use a single port. With a set of ports, e.g. 2 - 5
(depending on application needs) and multiplexing, you could 'emulate' tens
of subports with a limited head-of-line blocking.
> What's needed is arbitrary number of TCP connections sharing same port
> number.
IMHO, you cannot avoid head-of-line blocking with this approach. TCP has its
flaws.
Martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20110503/3a11796b/attachment.htm>
More information about the zeromq-dev
mailing list