0
2.4kviews
With neat and labeled diagram explain commonly used ways in which threads of a process are organized.
1 Answer
0
13views

The threads of a process of the application can be organized depending on applications needs. The commonly used ways to organize them are:

1. Dispatcher-workers model:

  • This model is used in designing a server process where the process consists of a single dispatcher thread and multiple worker threads.
  • The dispatcher …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.