Write one C program to measure the average time to create a thread using pthread_create() and to create a process using fork().
1. Use a for loop to create 300 threads using pthread_create(), and measure the total time to create these 300 threads. Then compute its average;
2. Use a for loop to create 300 processes using fork(), and measure the total time to create these 300 processes. Then compute its average;
Briefly describe the reasons for the difference in timings.
It needs to use gettimeofday() to retrieve the system time.
Programming
[SOLVED] C Write one C program to measure the average time to create a thread using pthread_create() and to create a process using fork().
$25
File Name: C_Write_one_C_program_to_measure_the_average_time_to_create_a_thread_using_pthread_create()_and_to_create_a_process_using_fork()..zip
File Size: 1215.18 KB
Only logged in customers who have purchased this product may leave a review.
Reviews
There are no reviews yet.