Thanks for the quick responses. I've been using ZMQ for about a week and
I've only been on the email list for about 15 mins. I'm extremely
pleased!

I understand and appreciate the scaling warning. This is an extremely
low latency app (financial market data), so we have to build scalability
into the architecture elsewhere to keep the high-frequency code path as
fast as possible.

Cheers,
Tom

On Fri, 2011-02-18 at 15:36 +0100, Martin Sustrik wrote:
> Hi Tom,
> 
> > I assume I would instantiate an object in thread A and package a
> > *pointer* to that object in a ZMQ message. That is, the binary payload
> > of the message is just a pointer.
> 
> It'll work.
> 
> However, it means you are firmly stuck in a single process. You won't be 
> able to scale later on.
> 
> Martin
> _______________________________________________
> zeromq-dev mailing list
> [email protected]
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev


_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to