Grid Computing
Grid Computing
Applying the resources of many computers in a network to a single problem at the same time �¢?? usually a scientific or technical problem that requires a great number of computer processing cycles or access to large amounts of data. Grid computing uses software to divide and farm out pieces of a program to as many as several thousand computers. A number of corporations, professional groups and university consortia have developed frameworks and software for managing grid computing projects.
From : www.bl.uk/about/strategic/glossary.html
Skynet
Skynet is an open source Ruby implementation of Googles Map/Reduce framework, created at Geni.com. With Skynet, one can easily convert a time-consuming serial task, such as a computationally expensive Rails migration, into a distributed program running on many computers.
Skynet is an adaptive, self-upgrading, fault-tolerant, and fully distributed system with no single point of failure. It uses a peer recovery system where workers watch out for each other. If a worker dies or fails for any reason, another worker will notice and pick up that task. Skynet also has no special master servers, only workers which can act as a master for any task at any time. Even these master tasks can fail and will be picked up by other workers.
visit
Skynet
Skynet was visited : 82 times
Loading .....