On Mon, Nov 28, 2011 at 8:36 AM, Jakub Witkowski <[email protected]> wrote:
> On the other hand, making a "RPC-like" system, fully customized to your > application based on ZMQ is very simple; it more or less involves > copy-pasting the dealer/router pattern from the examples and putting in > your business logic in. Toss in Google Protocol Buffers and suddenly you > have a full featured solution that is both easy to write and very, very > fast. Yes, this is what I'd recommend as well. Google protobufs give you language portability, are fast, and easy to use. There are various RPC examples in the Guide you can start with, see Ch3 and Ch4. I'd suggest either the Majordomo or Freelance patterns. -Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
