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 <[email protected]>

> On Fri, Jun 7, 2013 at 8:22 PM, Yannick Koehler <[email protected]>
> 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
> [email protected]
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>



-- 
Yannick Koehler
Courriel: [email protected]
Blog: http://corbeillepensees.blogspot.com
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to