Question
-Linux C Program Fork and exec a hello world program in shared memory. Fork as many processes as 100. But do not let there be
-Linux C Program
Fork and exec a hello world program in shared memory. Fork as many processes as 100. But do not let there be more than 20 running at a time. The main process should print a message when an interrupt signal (^C) is received. Your program should terminate after the specified amount of time of real clock. This can be done using a timeout signal, at which point it should kill all currently running child processes and terminate. It should also catch the ctrl-c signal, terminate all children, and free up shared memory and other ipc primitives prior to terminating itself.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started