emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Starting a subprocess in stopped state


From: Paul Eggert
Subject: Re: Starting a subprocess in stopped state
Date: Sun, 7 May 2017 10:25:03 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

Eli Zaretskii wrote:
Is there a way to create a process on Unix and GNU systems, but
prevent it from running until it gets SIGCONT or something similar?

Sure, the parent can fork and the child can send itself a SIGSTOP before doing the exec.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]