symmetric multiprocessing
symmetric multiprocessing
(parallel)The processors are treated more or less equally, withapplication programs able to run on any or perhaps allprocessors in the system, interchangeably, at the operatingsystem's discretion. Simple MP usually involves assigningeach processor to a fixed task (such as managing the filesystem), reserving the single main CPU for general tasks.
OS/2 currently supports so-called HMP (HybridMultiprocessing), which provides some elements of symmetricmultiprocessing, using add-on IBM software called MP/2. OS/2SMP was planned for release in late 1993.