[zeromq-dev] ZMTP 3.0 Status: Sharing Single TCP connection (Example code ?)
Yannick Koehler
yannick at koehler.name
Sat Jun 8 15:28:21 CEST 2013
ha ok, but both side in my websockets are ZeroMQ, the web server is only
there to accept the HTTP request that transform the TCP connection into a
websockets type of connection, then whatever is sent on the TCP channel is
then pass on directly to ZeroMQ within the web server. That is the idea
here, extending ZeroMQ reach towards a central location using a single TCP
socket.
2013/6/7 Pieter Hintjens <ph at imatix.com>
> On Fri, Jun 7, 2013 at 8:22 PM, Yannick Koehler <yannick at koehler.name>
> wrote:
>
> > ZMTP doesn't allow multiplexing PUB/SUB and REQ/REP over the same single
> TCP
> > connection simulteanously? I thought the Resource concept was about
> that.
>
> Yes, it will allow this. Libzmq doesn't implement that yet. However it
> doesn't change the fact you need a full ZMTP stack at both sides. If
> one side is libzmq and the other is a web server, you have a slight
> problem.
>
> -Pieter
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
--
Yannick Koehler
Courriel: yannick at koehler.name
Blog: http://corbeillepensees.blogspot.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130608/16905ae1/attachment.htm>
More information about the zeromq-dev
mailing list