Re: [zeromq-dev] Multiplexing a TCP endpoint

2016-02-15 Thread Pieter Hintjens
..@lists.zeromq.org] On Behalf Of Alex Bligh > Sent: 11 February 2016 12:22 > To: ZeroMQ development list <zeromq-dev@lists.zeromq.org> > Cc: Alex Bligh <a...@alex.org.uk> > Subject: Re: [zeromq-dev] Multiplexing a TCP endpoint > > > On 10 Feb 2016, at 19:11, Tom Quare

Re: [zeromq-dev] Multiplexing a TCP endpoint

2016-02-15 Thread Tom Quarendon
mq-dev-boun...@lists.zeromq.org] On Behalf Of Alex Bligh Sent: 11 February 2016 12:22 To: ZeroMQ development list <zeromq-dev@lists.zeromq.org> Cc: Alex Bligh <a...@alex.org.uk> Subject: Re: [zeromq-dev] Multiplexing a TCP endpoint On 10 Feb 2016, at 19:11, Tom Quarendon <tom.quaren

Re: [zeromq-dev] Multiplexing a TCP endpoint

2016-02-11 Thread Alex Bligh
On 10 Feb 2016, at 19:11, Tom Quarendon wrote: > This is what "resources" in ZMTP 3.1 were designed for. No implementation yet > though (see other discussion on his list) :-) Thanks. That is pretty much exactly what I was looking for (other than the 'no

[zeromq-dev] Multiplexing a TCP endpoint

2016-02-10 Thread Alex Bligh
I am investigating building a zeromq-based application which runs over TCP. It will run many separate services over zeromq, mostly REP/REQ (via proxies), but also PUB/SUB. The normal way to do this as far as I can tell is to use one TCP port per service. I want to avoid doing this, as the

Re: [zeromq-dev] Multiplexing a TCP endpoint

2016-02-10 Thread Tom Quarendon
Subject: [zeromq-dev] Multiplexing a TCP endpoint I am investigating building a zeromq-based application which runs over TCP. It will run many separate services over zeromq, mostly REP/REQ (via proxies), but also PUB/SUB. The normal way to do this as far as I can tell is to use one TCP port per

Re: [zeromq-dev] Multiplexing a TCP endpoint

2016-02-10 Thread Michal Vyskocil
.@lists.zeromq.org] On Behalf Of Alex Bligh > Sent: 10 February 2016 17:24 > To: zeromq-dev@lists.zeromq.org > Cc: Alex Bligh <a...@alex.org.uk> > Subject: [zeromq-dev] Multiplexing a TCP endpoint > > I am investigating building a zeromq-based application which runs over >

Re: [zeromq-dev] Multiplexing a TCP endpoint

2016-02-10 Thread ozamiatin
Hi, Alex 10.02.16 19:23, Alex Bligh пишет: > I am investigating building a zeromq-based application which runs over TCP. > It will run many separate services over zeromq, mostly REP/REQ (via proxies), > but also PUB/SUB. > > The normal way to do this as far as I can tell is to use one TCP port