For a program, I only worked with user threads or kernel threads. Which one should I choose?
Which one should choose user and kernel thread
22 views Asked by mrsengineer At
2
For a program, I only worked with user threads or kernel threads. Which one should I choose?
If you have the choice between "user" and "Kernel" threads you should always pick "kernel."
There are some completely useless books on Operating Systems that claim advantages for "user" threads. That is total BS.