0
1.6kviews
Compare processes and threads. Explain user level and kernel level threads. What is the need of lightweight threads?

Mumbai University > Information Technology > Sem 6 > Distributed System

Marks: 10Marks

1 Answer
0
2views
Process Thread
Process is called heavy weight process. Thread is called light weight process.
Process switching needs interface with OS. Threads switching needs no interface with OS.
Multiple redundant process uses more resources than multiple threaded. Multiple threaded uses few resources than multiple resources than multiple redundant processes.
In multiple …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.