283 views
0 votes
0 votes
In multiprocessing operating system each processor takes a process individually or divide each process for the multiple processor?
In  multiprocessing operating response time increases decreases or not effected?

1 Answer

0 votes
0 votes

in operating system processor is  dividing into a multiple process is colled threads.

  • If we have multiple threads in a single process, then we can schedule multiple threads on multiple processor. This will make process execution faster.
  •  If the process is divided into multiple threads, if one thread completed its execution, then its output can be immediately responded(response time increases).

we can run  process individually but we can not get better utilization .

Related questions

0 votes
0 votes
1 answer
1
0 votes
0 votes
0 answers
4
anupamsworld asked Oct 27, 2022
218 views
What is/are the difference(s) between System Program, Control Program, Kernel Program in Operating System.What is the relation between System Call and those?