[zeromq-dev] Looking for the best architecture

2013-03-07 Thread PICHARD, Guillaume
Hello everyone, I read several times the Code Connected Volume, tried to look for my answer but I did not managed to find the best way to do this...so here is my question: On one side, I have some work provider (sometimes 1, sometimes more that can come and go as they please). On the other

Re: [zeromq-dev] Looking for the best architecture

2013-03-07 Thread Pieter Hintjens
On Thu, Mar 7, 2013 at 11:24 AM, PICHARD, Guillaume guillaume.pich...@sogeti.com wrote: I read several times the Code Connected Volume, tried to look for my answer but I did not managed to find the best way to do this...so here is my question: There's a lot in that book and just reading it

Re: [zeromq-dev] Frequent error messages

2013-03-07 Thread Gonzalo Vasquez
This is the client side code that I use to communicate with the server: private byte[] getByte(final String table, final String name, final int doc_off, final int doc_len, final int comp_off, final int comp_len, final char compressionType) throws Exception { File file = new File(cacheRoot,

[zeromq-dev] What problems has iMatrix solved specifically?

2013-03-07 Thread crocket
http://www.zeromq.org/intro:commercial-support says Areas of expertise: large-scale architecture, training, deployment, recruitment, support, legal. Although I don't even belong to an organization that ever would need iMatrix support, as a user of ZeroMQ, I just am curious about examples. In

Re: [zeromq-dev] What problems has iMatrix solved specifically?

2013-03-07 Thread Pieter Hintjens
Hi Yoshino, It's iMatix without an r :-) I'm not sure this question should be on zeromq-dev but I'll try to answer it anyhow. We built ZeroMQ, which I'd claim is a large-scale architecture, even if the product is mostly a community of projects rather than one project. We designed AMQP in

Re: [zeromq-dev] Frequent error messages

2013-03-07 Thread Min
Hi, And what version of jzmq and libzmq did you use? Thanks Min 2013년 3월 7일 목요일에 Gonzalo Vasquez님이 작성: This is the client side code that I use to communicate with the server: private byte[] getByte(final String table, final String name, final int doc_off, final int doc_len, final int