Re: kill the child process

1999-06-29 Thread Ulrik Haugen
* Shao Zhang <[EMAIL PROTECTED]>: > In my C program, I have created a child process to do some timeout > stuff in case something goes wrong. > > But when I exit the main program, how do I kill this child process > since I no longer need it?? > > I have checked the ma

RE: kill the child process

1999-06-29 Thread Lewis, James M.
recipient's address is unknown. >Subject: kill the child process > >Hi, > sorry for this none-debian specific question. > > In my C program, I have created a child process to do some timeout > stuff in case something goes wrong. > > But

kill the child process

1999-06-29 Thread Shao Zhang
Hi, sorry for this none-debian specific question. In my C program, I have created a child process to do some timeout stuff in case something goes wrong. But when I exit the main program, how do I kill this child process since I no longer need it??