On Fri, Jun 7, 2013 at 5:40 PM, Yannick Koehler <[email protected]> wrote:
> Ok, so let's say I have a bridge, so I have internally multiple TCP > connections going towards my bridge which then has to multiplex all > those zeroMQ TCP connection into the websockets protocol. The > websockets protocol doesn't have sub-channel, I will then have to > build a multiplexing/demultiplexing protocols. Yes, and you will also have to deal with the semantics of patterns in the web server. There's no transport layer magic that will turn a HTTP server into a pub-sub engine. Who is doing the mapping? > My understanding is that ZMTP 3.0 is such a thing That would be a wrong understanding. > ... > Does that make sense? I'm sure your problem makes sense, but it seems to me you want professional advice for free. That is not the purpose of this list. If you want to speak with a professional ZeroMQ architect, ask it, and you'll get offers. If you want this list to help you, first learn enough to ask questions that can be answered precisely. "Does ZeroMQ solve my <insert highly specific use-case and BTW performance!>" is not the right question. - Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
