Warning: main(/www/www/htdocs/style/globals.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/multicore_en/user_guide/glossary.html on line 1
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/globals.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/multicore_en/user_guide/glossary.html on line 1
Warning: main(/www/www/htdocs/style/header.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/multicore_en/user_guide/glossary.html on line 8
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/header.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/multicore_en/user_guide/glossary.html on line 8
- asymmetric multiprocessing (AMP)
- A separate OS, or a separate instantiation of the same OS, runs on each
CPU.
- bound multiprocessing (BMP)
- A single instantiation of an OS manages all CPUs
simultaneously, but you can lock individual applications or threads to
a specific CPU.
- discrete (or traditional) multiprocessor system
- A system that has separate physical processors hooked up in
multiprocessing mode over a board-level bus.
- hard thread affinity
- A user-specified binding of a thread to a set of processors, done
by means of a runmask.
Contrast soft thread affinity.
- inherit mask
- A bitmask that specifies which processors a thread's children can run on.
Contrast runmask.
- multicore system
- A chip that has one physical processor with multiple CPUs
interconnected over a chip-level bus.
- runmask
- A bitmask that indicates which processors a thread can run on.
Contrast inherit mask.
- soft thread affinity
- The scheme whereby the microkernel tries to dispatch a thread to the
processor where it last ran, in an
attempt to reduce thread migration from one processor to
another, which can affect cache performance.
Contrast hard thread affinity.
- symmetric multiprocessing (SMP)
- A single instantiation of an OS manages all CPUs
simultaneously, and applications can float to any of them.
Warning: main(/www/www/htdocs/style/footer.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/multicore_en/user_guide/glossary.html on line 104
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/footer.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/multicore_en/user_guide/glossary.html on line 104