Advice needed on parallel processing in python

Shashwat Anand anand.shashwat at gmail.com
Wed Mar 24 14:17:55 EDT 2010


have you checked hadoop ?

On Wed, Mar 24, 2010 at 11:43 PM, Jon Clements <joncle at googlemail.com>wrote:

> On 24 Mar, 15:27, Glazner <yoavglaz... at gmail.com> wrote:
> > Hi!
> >
> > I need to replace an app that does number crunching over a local
> > network.
> > it have about 50 computers as slaves
> > each computer needs to run COM that will do the "job"
> > right now the system uses MFC threads and DCOM to distribute the load.
> >
> > as i said, Now i'm trying to replace this system with python.
> > I already use win32all and read about Pareller Python and Pyro.
> >
> > a requirement is that messages can be sent to the remote worker.
> >
> > If anyone can share experience I'll love to hear
> >
> > Many Thanks,
> > Yoav Glazner
>
> Would Celery suit? http://celeryproject.org/
>
> hth
>
> Jon.
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20100324/ff30f013/attachment-0001.html>


More information about the Python-list mailing list