monotone-devel
[Top][All Lists]
Advanced

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

Re: [Monotone-devel] mtn automate stdio - change working directory


From: Alex Queiroz
Subject: Re: [Monotone-devel] mtn automate stdio - change working directory
Date: Tue, 23 May 2006 08:51:34 -0300

Hallo,

On 5/22/06, Thomas Keller <address@hidden> wrote:

int count = 0
while (still_running() && ++count < 10) {
   send_sigterm();
   sleep(1);
}

while (still_running()) send_sigkill();


    Hum... I just close the input and output pipes and then wait()
for the process to die.

--
-alex
http://www.ventonegro.org/




reply via email to

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