> The exec* family of functions cause the new app to replace the current process. So after the execv, the loop doesn't exist.
Any way to spawn the process without killing himself?
> The exec* family of functions cause the new app to replace the current process. So after the execv, the loop doesn't exist.
Any way to spawn the process without killing himself?