Re: [zeromq-dev] High throughput Zero MQ messaging pattern.

2012-08-31 Thread girish kumar
...@cs.cmu.edu wrote: It sounds like you could easily do this with a publish-subscribe architecture? Do you care if some messages are dropped? -- Wolf On Fri, Aug 31, 2012 at 12:37 AM, girish kumar girishbanga...@gmail.com wrote: Hi All, I really appreciate if any body solved these type

[zeromq-dev] Performance numbers with various message patterns

2012-08-31 Thread girish kumar
Hi All, We are running some performance tests with zero-MQ with REQ/REP, PUB/SUB and PUSH/PULL. The following are the results with what we come up with. We get different numbers with different messaging pattern. All these results were computed on a System with Processor : Intel Core i3-2120 CPU

Re: [zeromq-dev] High throughput Zero MQ messaging pattern.

2012-08-30 Thread girish kumar
Hi All, I really appreciate if any body solved these type of scenarios. Thanks in advance. On 29 August 2012 22:26, girish kumar girishbanga...@gmail.com wrote: Hi All, I am looking for a messaging pattern for the following scenario. I have a Java NIO based server X, which has some

[zeromq-dev] High throughput Zero MQ messaging pattern.

2012-08-29 Thread girish kumar
Hi All, I am looking for a messaging pattern for the following scenario. I have a Java NIO based server X, which has some threads processing client requests. These threads receive events asynchronously. Now, I want to send some of the events to another service(another server) Y in asynchronous

Re: [zeromq-dev] Need help in creating multiple publisher and subscribers

2012-08-23 Thread girish kumar
Hi Thanks for your response. On 22 August 2012 18:31, Chuck Remes li...@chuckremes.com wrote: On Aug 22, 2012, at 2:17 AM, girish kumar wrote: Hi All, We have started recently working on zero MQ. We could able to run the sample applications successfully. We have two problems, which

Re: [zeromq-dev] Need help in creating multiple publisher and subscribers

2012-08-23 Thread girish kumar
Thanks for your patience. I hope, I can ask you questions which are not basic henceforth. On 23 August 2012 18:02, Chuck Remes li...@chuckremes.com wrote: On Aug 23, 2012, at 4:21 AM, girish kumar wrote: Typically, we do zero MQ bind to a port in publisher code. But, in this case how

[zeromq-dev] Need help in creating multiple publisher and subscribers

2012-08-22 Thread girish kumar
Hi All, We have started recently working on zero MQ. We could able to run the sample applications successfully. We have two problems, which we are facing issues in getting answers. 1. We have a scenario where there are multiple publishers(threads) and multiple subscribers(threads). We are not

Re: [zeromq-dev] Need help in creating multiple publisher and subscribers

2012-08-22 Thread girish kumar
of pubs and subs all dynamically coming and going, use a device in the middle (forwarder) with a known IP address. If any pre-material needed in understanding this solution, that will be helpful. On 22 August 2012 12:47, girish kumar girishbanga...@gmail.com wrote: Hi All, We have started