0
1.8kviews
What is a thread and advantages of using them? What are different models for organizing threads?

Mumbai University > Information Technology > Sem 6 > Distributed System

Marks: 10Marks

1 Answer
0
5views

Motivation for Using Threads:

The main motivations for using a multithread process instead of multiple single-threaded processes for performing some computation activities are as follows:

The overheads involved in creating a new process are in general considerably greater than those of creating a new thread within a process.

Switching between …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.