First page Back Continue Last page Overview Graphics
KSE
Adopt a Scheduler Activations threading model
- Provide kernel primitives to support the thread scheduling in userland
- Implemented using asynchronous system call entry and kernel upcalls to a userland library
- Offers the best of “both worlds”
- low latency thread context switches
- real parallelism and low latency on I/O events