in reply to Spawning self - are backticks forking with same name

If the script spawns a lot processes and those processes take a significant amount of time to exec() (or the parent process takes some time to fork()) it's possible that what you're seeing is just because of the time it takes between the fork() and exec() implicit in the qx operator.

  • Comment on Re: Spawning self - are backticks forking with same name