Re: RabbitMQ vs ApacheQpid (AMQP)

2009-10-14 Thread Hendrik van Rooyen
On Tuesday, 13 October 2009 11:42:03 jacopo wrote: Background: I have a main machine dispatching heavy calculations to different machines, collecting the results, performing some calculation on the merged results and starting all over again with fresher data. I implemented a first solution

RabbitMQ vs ApacheQpid (AMQP)

2009-10-13 Thread jacopo
Short question: I am considering two solutions for a distributed system: either RabbitMQ with py-amqplib or ApacheQpid with its own set of API. I wander is any of you would be able to compare the two. In particular, I would expect that since Apache comes with its own documented Python API this

Re: RabbitMQ vs ApacheQpid (AMQP)

2009-10-13 Thread Roger Binns
jacopo wrote: I am considering two solutions for a distributed system: either RabbitMQ with py-amqplib or ApacheQpid with its own set of API. Have you considered the multiprocessing module? http://docs.python.org/library/multiprocessing.html#using-a-remote-manager Roger --