由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - [转载] 请教:UNIX下process之间的signal问题
相关主题
how to fork a subroutine in unix?multithread question
unix 面试题,求答案 (转载)Re: [转载] 进程间通讯时共享内存问题
question about UNIX SignalX Window求助
Re: redirect in fork() then exec()FreeBSD: Can't kill child process!
A problem about child process.[转载] waitpid 一问
菜鸟一问fork() and execve() in Unix
各位大哥帮忙,EXECVE()的使用ssh client on Solaris
help!!! pipe program同时运行sshd和rshd
相关话题的讨论汇总
话题: process话题: signal话题: parent话题: unix话题: child
进入Unix版参与讨论
1 (共1页)
f******r
发帖数: 45
1
【 以下文字转载自 Linux 讨论区,原文如下 】
发信人: floatair (), 信区: Linux
标 题: 请教:UNIX下process之间的signal问题
发信站: The unknown SPACE (Wed Jul 24 22:04:25 2002) WWW-POST
A parent process forks into many child processes. If one of the child
processes sends a non-termination signal (e.g. an ALRM) to parent process, how
can the parent process catch the pid of the child process?
(I know we can use wait() to get the pid of a termination (INI) signal )
1 (共1页)
进入Unix版参与讨论
相关主题
同时运行sshd和rshdA problem about child process.
Help!!What is the problem with these two pipes. Thanks.菜鸟一问
[转载]关于fork的问题各位大哥帮忙,EXECVE()的使用
"fork" program question.help!!! pipe program
how to fork a subroutine in unix?multithread question
unix 面试题,求答案 (转载)Re: [转载] 进程间通讯时共享内存问题
question about UNIX SignalX Window求助
Re: redirect in fork() then exec()FreeBSD: Can't kill child process!
相关话题的讨论汇总
话题: process话题: signal话题: parent话题: unix话题: child