Internet-scale distributed computing?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Skip Montanaro

    Internet-scale distributed computing?


    Failing to find any obvious references with some googling, I turn to the
    Python folks who have lots of information about lots of different
    application domains.

    I'm sure many of you are aware of SETI@Home, Folding@Home and Google
    Compute, all tools to tackle certain large computational problems on an
    Internet scale, typically by soaking up unused cycles on otherwise idle
    computers. A bit of googling didn't turn up any others, so I'm wondering:

    1. Are there other active projects similar to SETI@Home or Folding@Home?

    2. Are there tools available to make it easier to build such
    applications?

    Thx,

    Skip

  • Paul McGuire

    #2
    Re: Internet-scale distributed computing?

    > 1. Are there other active projects similar to SETI@Home or
    Folding@Home?[color=blue]
    >[/color]
    Here are some other projects: (found at
    http://setiathome.ssl.berkeley.edu/l...ink_other_proj)

    PiHex: A Distributed Project to Calculate Pi. Calculate the five trillionth
    and forty trillionth bits of Pi.
    Distributed.net . Crack encryption schemes.
    GIMPS: The Great Internet Mersenne Prime Search. Find prime numbers of the
    form 2^p-1.
    PVM/POV-Ray Compute ray-traced images.
    Golem@Home. Evolve robotic life forms.



    Comment

    • Peter van Kampen

      #3
      Re: Internet-scale distributed computing?

      In article <mailman.182.10 77835454.8594.p ython-list@python.org >, Skip Montanaro wrote:[color=blue]
      >
      > Failing to find any obvious references with some googling, I turn to the
      > Python folks who have lots of information about lots of different
      > application domains.
      >
      > I'm sure many of you are aware of SETI@Home, Folding@Home and Google
      > Compute, all tools to tackle certain large computational problems on an
      > Internet scale, typically by soaking up unused cycles on otherwise idle
      > computers. A bit of googling didn't turn up any others, so I'm wondering:
      >
      > 1. Are there other active projects similar to SETI@Home or Folding@Home?
      >
      > 2. Are there tools available to make it easier to build such
      > applications?[/color]

      This may be of interest to you:



      PterK

      --
      Peter van Kampen
      pterk -- at -- datatailors.com

      Comment

      • Stephan Diehl

        #4
        Re: Internet-scale distributed computing?

        Skip Montanaro wrote:

        [...][color=blue]
        >
        > 2. Are there tools available to make it easier to build such
        > applications?[/color]



        Maybe this has something usefull for you.

        Stephan
        [color=blue]
        >
        > Thx,
        >
        > Skip[/color]

        Comment

        • Aahz

          #5
          Re: Internet-scale distributed computing?

          In article <mailman.182.10 77835454.8594.p ython-list@python.org >,
          Skip Montanaro <skip@pobox.com > wrote:[color=blue]
          >
          >Failing to find any obvious references with some googling, I turn to the
          >Python folks who have lots of information about lots of different
          >application domains.
          >
          >I'm sure many of you are aware of SETI@Home, Folding@Home and Google
          >Compute, all tools to tackle certain large computational problems on an
          >Internet scale, typically by soaking up unused cycles on otherwise idle
          >computers. A bit of googling didn't turn up any others, so I'm wondering:
          >
          > 1. Are there other active projects similar to SETI@Home or Folding@Home?
          >
          > 2. Are there tools available to make it easier to build such
          > applications?[/color]

          It's not clear whether you're trying to place this in a specifically
          Python context. If yes, I don't know much, but I'd recommend looking at
          Spread.

          The official home of the Python Programming Language

          --
          Aahz (aahz@pythoncra ft.com) <*> http://www.pythoncraft.com/

          "Do not taunt happy fun for loops. Do not change lists you are looping over."
          --Remco Gerlich, comp.lang.pytho n

          Comment

          Working...