next up previous contents index
Next: Trace Library Up: Usage Rules Previous: Thread Turnaround

Multiprocessor Support

   

Version 3.3 of the x-kernel is MP-safe, although probably not MP-performant. This is because all threads executing in the x-kernel must first acquire a master lock; i.e., the x-kernel is currently implemented as a single monitor. Research projects at the Swedish Institute of Computer Science and The University of Massachusetts have been investigating the addition of finer-grain locks.



Larry Peterson
Wed Jan 10 10:40:08 MST 1996