Distributed computingI'm fascinated by the concept of distributed computing and the ease with which powerful systems can be constructed relatively cheap. The first distributed project I got involved with was GIMPS, a project searching for Mersenne primes ie. primes of the form 2P-1. Incidentally they recently found the 39th known Mersenne prime, 213,466,917-1, a number of over 4 million digits. It's only the 39th known since GIMPS haven't confirmed all smaller mersenne numbers composite yet. I still have a few computers participating in this, mainly because I haven't finished my Windows client for my current project yet, though that's finally starting to grow. While having my machines working on GIMPS, I started getting interested
in other number-theoretical projects, one of while was Conrad Curry's
NFSNET, which was a non-automated distributed project for factorising large
composite numbers using the Special Number Field Sieve (link to follow). After these I started sieving numbers on my own using a primitive
client/server setup I started working on back in June in order to split the
NFSNET work over multiple machines. |
|
|