in reply to Is there any flaw with the way the below daemon forks child processes?

..After bit of investigation, I was able to figure out - it was the system command that was being used in every forked process that was in turn forking new process and thus creating new PIDs thus accounting for the missing PIDs ... :)
  • Comment on Re: Is there any flaw with the way the below daemon forks child processes?