Finally Microsoft has released an OS for parallel processing! I am in the process of downloading their ISO's so that I can get a test rig up and running, and once it is, Im going to test out folding on it.
This should be interesting!

The simultaneous use of more than one CPU to execute a program. Ideally, parallel processing makes a program run faster because there are more engines (CPUs) running it. In practice, it is often difficult to divide a program in such a way that separate CPUs can execute different portions without interfering with each other. Most computers have just one CPU, but some models have several. There are even computers with thousands of CPUs. With single-CPU computers, it is possible to perform parallel processing by connecting the computers in a network. However, this type of parallel processing requires very sophisticated software called distributed processing software. Note that parallel processing differs from multitasking, in which a single CPU executes several programs at once. Parallel processing is also called parallel computing. |
Originally Posted by Fishie36 ![]() Okay... I lost you there. I don't doubt that it has it's advnatages, but I don't think they would be in folding unless a client that supports more threads comes out. |
Originally Posted by Wikipedia Parallel computing is the simultaneous execution of the same task (split up and specially adapted) on multiple processors in order to obtain results faster. The idea is based on the fact that the process of solving a problem usually can be divided into smaller tasks, which may be carried out simultaneously with some coordination. |