LinuxPMI
Encyclopedia
LinuxPMI is a Linux Kernel extension for multi-system-image (in contrast to a single-system image
Single-system image
In distributed computing, a single system image cluster is a cluster of machines that appears to be one single system. The concept is often considered synonymous with that of a distributed operating system, but a single image may be presented for more limited purposes, just job scheduling for...

) clustering. The project is a continuation of the abandoned openMosix
OpenMosix
openMosix was a free cluster management system that provided single-system image capabilities, e.g. automatic work distribution among nodes. It allowed program processes to migrate to machines in the node's network that would be able to run that process faster...

clustering project.

Function

How LinuxPMI works is perhaps best described by an example.
You may have a network of ten computers (nodes) and there is one user working on each node.
Nine users are working on simple tasks that do not necessarily use their machine to the full potential.
One user is working on a program that spawns a lot of jobs that would overload his computer.
Since we have nine nodes on the network that have a lot of free resources, they can basically take
over some of the jobs from the one computer that would otherwise be overloaded.
In other words, LinuxPMI will migrate jobs from busy computers to computers that are able to perform the same task faster.
Even if all ten users were using their machines for heavy tasks, it could be that not all machines are fully occupied at the same time, and LinuxPMI will use these to reduce the load on other machines.

This is in many ways similar in principle to how a multiuser operating system manages workload on a multicpu system; however, LinuxPMI can have machines (nodes) with several CPUs.
You can also add or remove nodes on a running cluster thus expanding or reducing the total computing power of the system.

In short it means that ten computers are able to work as one large computer; however, there is no master machine, so each machine can be used as an individual workstation.
The source of this article is wikipedia, the free encyclopedia.  The text of this article is licensed under the GFDL.
 
x
OK