0
1.0kviews
WRITE SHORT NOTE ON:User threads and Kernel threads.
1 Answer
written 2.7 years ago by |
Two strategies
User threads
Thread management done by user level thread library.
Kernel knows nothing about the threads.
Kernel threads
All thread management is done by the application
The kernel is not aware of the existence of threads
Advantages:
Disadvantages:
Advantages:
Disadvantages: