[BangPypers] ZeroMQ & Python

2010-10-30 Thread Gopalakrishnan Subramani
Anybody had experience in using ZeroMQ? I heard that AMQP has flaw in the design through news posting. When I want to make independent applications who works based on message queue, it is worth considering ZeroMQ? Regards, Krish ___ BangPypers mailing l

Re: [BangPypers] ZeroMQ & Python

2010-10-30 Thread Pradeep Gowda
On Sat, Oct 30, 2010 at 12:52 PM, Gopalakrishnan Subramani wrote: > Anybody had experience in using ZeroMQ? I heard that AMQP has flaw in the > design through news posting. When I want to make independent applications > who works based on message queue, it is worth considering ZeroMQ? I am using

Re: [BangPypers] ZeroMQ & Python

2010-10-30 Thread Gopalakrishnan Subramani
Thank you for detail. I want to use the queuing service for my aggregator platform where there are set of applications running on different machines and I need to send some tasks to perform. The tasks could be re-index the search db or remove an entry from all the data stores (cache, MySqlDB, Redis