Next:
One-to-one
Up:
Multithreading Models
Previous:
Multithreading Models
Many-to-one
Many user threads
Single kernel thread.
One thread blocking causes all others to be blocked.
Mutiple threads may not run in parallel on multicore systems as only one in the kernel.