This program shows that how we can run multiple process parallel without interactive of user. Actually We use fork, kill and signal to implement this program.
Run job_scheduler:
gcc job_scheduler.c queue.c
./a.out -p 4
This program shows that how we can run multiple process parallel without interactive of user. Actually We use fork, kill and signal to implement this program.
Run job_scheduler:
gcc job_scheduler.c queue.c
./a.out -p 4