[zeromq-dev] Subports
Martin Sustrik
sustrik at 250bpm.com
Tue May 3 21:08:27 CEST 2011
On 05/03/2011 08:38 PM, Martin Pales wrote:
> I am not sure if I understand this correctly, but if this is similar to
> SCTP's streams concept, then it can be solved by reserving one or two
> bytes in the wire format for something like stream id (subport number
> here). If non-zero, then the message would be routed to registered
> socket(s).
You mean tunnelling everything through a single TCP connection, right?
You'll get head-of-line-blocking behaviour then. What's needed is
arbitrary number of TCP connections sharing same port number.
Martin
More information about the zeromq-dev
mailing list