可以看到,PPID在父进程终止后更改为1。
当子进程终止时,会使用一个名为SIGCHLD的信号来通知其父进程。
When a child process dies, its parent is notified with a signal called SIGCHLD.
这种分配机制的好处是不会被系统回收,直到进程终止或者进程内存被释放会操作系统。
The advantage of allocation mechanism is that once physical memory is allocated operating system can't reclaim it until either the process is terminated or the process frees memory back to the OS.
工艺黑客是一个自由和开放源码进程查看器,并与诸如独特的功能强大的进程终止记忆体编辑器。
Process Hacker is a free and open source process viewer and memory editor with unique features such as powerful process termination.
在对算法的活动性分析中得出的结论:允许故障的条件下会出现接收员进程终止于状态s0的情况。
For liveness analysis, it is found that some receiver process may stay at initial state s' 0 forever, that is, system may has deadlock, if process fault occurs arbitrarily.
powerwait:只在init收到电源故障信号时执行命令,并且等待进程终止后再继续扫描inittab文件。
Powerwait: Only execute the command if init receives a power fail signal, and wait until the process terminates before continuing to scan the inittab file.
通过终止您的mongrel 进程来停止云环境中的应用程序服务,为数据迁移做好准备。
Stop the application services in the cloud environment in preparation for the data migration by killing your mongrel processes.
如前所述,当分页空间开始变得非常低时,系统将会开始警告破坏性的进程,然后终止它们。
As stated earlier, when your paging space starts becoming very low, it starts to warn offending processes and then kills them.
如果您希望确保进程不会因为较低的分页情况而终止,通常可以使用这种策略。
This policy is usually used if you want to make certain that processes will not be killed because of low paging conditions.
有一个特殊的信号SIGKILL 是无法被阻塞或捕捉的,它会立即终止某个进程。
One special signal, SIGKILL, can't be blocked or caught, and it kills a process immediately.
如果进程失去了控制,有些地方(至少是内核)需要能够终止这个进程。
If the process goes out of control, someone (at least the kernel) needs to be able to kill or stop the process.
当插件正常终止(命名管道中出现终止消息)时,或者在发现父进程已经终止时,这个守护进程就被终止。
The daemon process is terminated either during normal plug-in termination (message in a named pipe to terminate) or if it is signaled that the parent process has terminated.
内存违例会引发SIGSEGV信号,立即终止进程,并留下一个内核转储。
A memory violation can spur SIGSEGV, killing the process instantly while leaving a core dump behind.
其中的emacs命令用于编辑文件,所以可以让user列中列出的用户保存文件并退出,然后终止这个进程。
Of these, the emacs command is designed for editing files, so you might want to have the user listed in the user column save and exit before you terminate that process.
工作负载管理系统判断theWebSphereApplicationServer服务区域已挂起,发出了EC3 abend来终止服务进程。
Workload management determined that the WebSphere Application Server servant region was hung and issued an EC3 abend to terminate the servant process.
在这段代码中:pid_twaitpid(pid_t pid,int *status, intoptions),waitpid()会无限期等待子进程的终止。
In this code: pid_t waitpid(pid_t pid, int *status, int options), waitpid() infinitely waits for the child process to terminate.
它将处于可终止睡眠状态的调用进程置于queue 中,直到condition等于true。
h; it puts the calling process to sleep killably in queue until the condition evaluates to true.
如果进程意外终止,这可以提供一个位置供外部进程重新启动 cf-serverd。
This provides a location for external processes to relaunch cf-serverd if the process dies unexpectedly.
场景2与场景1基本相同,但mq进程是通过kill命令终止的,而不是使用endmqm命令关闭队列管理器。
Scenario 2 is the same as Scenario 1, but instead of shutting down the queue manager using the endmqm command, the mq process is killed using the kill command.
如果焦点在输入读取之间发生切换,则终止xev进程的旧通道并启动新通道。
If the focus has changed between input reads, the old pipe to the xev process is killed and a new one started.
在Solaris 上,killall命令存在,但是将其用作关闭过程的一部分以终止所有进程。
On Solaris, the killall command exists, but it is used as part of the shutdown process to kill all processes.
当aspnet _ isapi检测到工作进程结束,它将自动终止请求,释放所有指配的IIS资源。
When aspnet_isapi detects that the worker process is dead, it automatically aborts the request and frees any associated IIS resources.
无需使用- s和信号名,只需在信号数之前加上-前缀,因此清单6中显示的四种方法都能够终止进程9285。
Instead of using -s and a signal name, you can just prefix the signal number with a -, so the four forms shown in Listing 6 are equivalent ways of killing process 9285.
lsof命令的缺点是,必须联系用户并要求他们终止某些进程,或者自己手工终止它们。
The downside of the lsof command is that you always have to either contact users and ask them to terminate certain processes or manually terminate them yourself.
本文以上一篇文章“学习Linux, 101:创建、监控和终止进程”为基础。
This article builds on the concepts discussed in the previous article "Learn Linux 101: Create, monitor, and kill processes."
Npskill是AIX开始终止进程的阈值。
Npskill is the threshold where AIX starts killing processes.
npskill是AIX7开始终止进程的阈值。
Npskill is the threshold where AIX 7 starts killing processes.
这些进程对用户体验没有直接的影响,系统可能在任意时间终止它们,以回收内存供前台进程、可见进程及服务进程使用。
These processes have no direct impact on the user experience, and the system can kill them at any time to reclaim memory for a foreground, visible, or service process.
如果父进程在子进程之前终止,孤立的子进程需要知道它们的父进程是谁。
If the parent process dies before its children, the orphaned children need to know who is their parent process.
如果您指定任何一个其它元素作为转换的源文件,转换进程就将在确认过程中被终止。
If you specify any other element as the source for the transformation, the transformation fails during validation.
应用推荐