Question: Write a program to prove process creation takes more time than thread creation . [Create same number of processes and threads , then compare the
Write a program to prove process creation takes more time than thread creation . [Create same number of processes and threads , then compare the time taken for both]
Step by Step Solution
3.51 Rating (164 Votes )
There are 3 Steps involved in it
Python import time import multiprocessing import threading def processfunctio... View full answer
Get step-by-step solutions from verified subject matter experts
