Internet-scale distributed computing?

S

Skip Montanaro

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
 
P

Paul McGuire

1. Are there other active projects similar to SETI@Home or
Folding@Home?Here are some other projects: (found at
http://setiathome.ssl.berkeley.edu/links.html#link_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.
 
P

Peter van Kampen

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?

This may be of interest to you:

http://distributed.net/source/

PterK
 
A

Aahz

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?

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.

http://www.python.org/other/spread/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top