Monday, 11 September 2017

Threads

http://www.cs.iit.edu/~cs561/cs450/ChilkuriDineshThreads/dinesh%27s%20files/User%20and%20Kernel%20Level%20Threads.html

http://www.geeksforgeeks.org/multithreading-c-2/


Kernel level threads are 100 times slower than user level threads as kernel need to manage other processes as well & a thread is a overhead for the kernel. It makes things more complex for the kernel.

No comments:

Post a Comment