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 solut
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
--
http://mail.py
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 wou