In many to many multithreading model the processor threads are multiplexed to a lesser or equal number of kernel threads.
What exactly does it mean??
Does it mean that if a kernel is executing a blocking system call then the other threads will be shifted or multiplexed to other kernel threads??
Also is many to many a collection of many to one and one to one multithreads