Development

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Easy to use distributed system?

    5 answers - 436 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    I am looking for a system in Python that will easily allow me to distribute
    processes across multiple systems? So, if I have a function 'foo', I'd
    like to be able to call something along the lines of
    distribute(foo(x))
    And have the system figure out which node is available for process, and then
    have the results returned in some sort of callback fashion.
    Any insight is greatly appreciated.
  • No.1 | | 551 bytes | |

    Jim Jones wrote:
    I am looking for a system in Python that will easily allow me to distribute
    processes across multiple systems? So, if I have a function 'foo', I'd
    like to be able to call something along the lines of

    distribute(foo(x))

    And have the system figure out which node is available for process, and then
    have the results returned in some sort of callback fashion.

    Any insight is greatly appreciated.

    Sounds like Grid computing. Google for Globus toolkit and ActiveGrid.

    Good luck.
  • No.2 | | 563 bytes | |

    Jim Jones wrote:
    I am looking for a system in Python that will easily allow me to distribute
    processes across multiple systems? So, if I have a function 'foo', I'd
    like to be able to call something along the lines of

    distribute(foo(x))

    And have the system figure out which node is available for process, and then
    have the results returned in some sort of callback fashion.

    Any insight is greatly appreciated.

    Globus toolkit
    pyGlobus, python interface to Globus
    ()
    pyLinda ()

    Cheers
    maurice
  • No.3 | | 642 bytes | |

    Jim Jones wrote:

    I am looking for a system in Python that will easily allow me to
    distribute
    processes across multiple systems? So, if I have a function 'foo', I'd
    like to be able to call something along the lines of

    distribute(foo(x))

    And have the system figure out which node is available for process, and
    then have the results returned in some sort of callback fashion.

    Any insight is greatly appreciated.

    I did a little research on this subject not too long ago. From what I've
    seen, Mosix appears to be about the easiest one for Linux
    Systems. Here's the url:
  • No.4 | | 620 bytes | |

    I've been using Pyro and it does what I needs it to do for me.

    I don't know if it's as fancy as other packages but the price is right.

    Jim Jones wrote:
    I am looking for a system in Python that will easily allow me to distribute
    processes across multiple systems? So, if I have a function 'foo', I'd
    like to be able to call something along the lines of

    distribute(foo(x))

    And have the system figure out which node is available for process, and then
    have the results returned in some sort of callback fashion.

    Any insight is greatly appreciated.
  • No.5 | | 362 bytes | |

    Hi all

    We are using Pyro, too, for our Multi-Agent System framework Spyse (
    http://spyse.sf.net). We support mobile agents, distributed environments,
    various threading models and a lot more.
    Just ask if you are interested, but use the svn version, mot the
    0.1download.
    1.0 release should be coming with a month.

    kind regards
    Andre

Re: Easy to use distributed system?


max 4000 letters.
Your nickname that display:
In order to stop the spam: 1 + 0 =
QUESTION ON "Development"

EMSDN.COM