• 可以看到,PPID进程终止更改1

    You can see that the PPID changes to 1 as the parent dies.

    youdao

  • 当子进程终止,会使用一个名为SIGCHLD信号通知其父进程

    When a child process dies, its parent is notified with a signal called SIGCHLD.

    youdao

  • 这种分配机制好处不会系统回收直到进程终止或者进程内存释放会操作系统

    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.

    youdao

  • 工艺黑客一个自由开放源码进程查看器诸如独特的功能强大的进程终止记忆体编辑器

    Process Hacker is a free and open source process viewer and memory editor with unique features such as powerful process termination.

    youdao

  • 在对算法的活动性分析中得出的结论:允许故障的条件下出现接收进程终止状态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.

    youdao

  • powerwaitinit收到电源故障信号执行命令并且等待进程终止继续扫描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.

    youdao

  • 通过终止mongrel 进程停止环境中的应用程序服务数据迁移做好准备

    Stop the application services in the cloud environment in preparation for the data migration by killing your mongrel processes.

    youdao

  • 前所述,分页空间开始变得非常时,系统将会开始警告破坏性进程然后终止它们

    As stated earlier, when your paging space starts becoming very low, it starts to warn offending processes and then kills them.

    youdao

  • 如果希望确保进程不会因为低的分页情况而终止通常可以使用这种策略

    This policy is usually used if you want to make certain that processes will not be killed because of low paging conditions.

    youdao

  • 有一个特殊信号SIGKILL无法阻塞捕捉的,立即终止某个进程

    One special signal, SIGKILL, can't be blocked or caught, and it kills a process immediately.

    youdao

  • 如果进程失去控制有些地方(至少内核)需要能够终止这个进程

    If the process goes out of control, someone (at least the kernel) needs to be able to kill or stop the process.

    youdao

  • 插件正常终止(命名管道出现终止消息)或者在发现进程已经终止时,这个守护进程终止

    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.

    youdao

  • 内存违例引发SIGSEGV信号,立即终止进程并留下一个内核转储

    A memory violation can spur SIGSEGV, killing the process instantly while leaving a core dump behind.

    youdao

  • 其中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.

    youdao

  • 工作负载管理系统判断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.

    youdao

  • 段代码中: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.

    youdao

  • 处于可终止睡眠状态调用进程置于queue 中直到condition等于true

    h; it puts the calling process to sleep killably in queue until the condition evaluates to true.

    youdao

  • 如果进程意外终止可以提供一个位置外部进程重新启动 cf-serverd

    This provides a location for external processes to relaunch cf-serverd if the process dies unexpectedly.

    youdao

  • 场景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.

    youdao

  • 如果焦点输入读取之间发生切换,则终止xev进程通道启动通道。

    If the focus has changed between input reads, the old pipe to the xev process is killed and a new one started.

    youdao

  • Solaris 上killall命令存在但是将其用作关闭过程一部分终止所有进程

    On Solaris, the killall command exists, but it is used as part of the shutdown process to kill all processes.

    youdao

  • aspnet _ isapi检测工作进程结束,将自动终止请求释放所有指配的IIS资源

    When aspnet_isapi detects that the worker process is dead, it automatically aborts the request and frees any associated IIS resources.

    youdao

  • 无需使用- 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.

    youdao

  • 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.

    youdao

  • 本文以上一篇文章“学习Linux, 101:创建监控终止进程”为基础。

    This article builds on the concepts discussed in the previous article "Learn Linux 101: Create, monitor, and kill processes."

    youdao

  • NpskillAIX开始终止进程阈值

    Npskill is the threshold where AIX starts killing processes.

    youdao

  • npskillAIX7开始终止进程阈值

    Npskill is the threshold where AIX 7 starts killing processes.

    youdao

  • 这些进程用户体验没有直接影响系统可能任意时间终止它们回收内存前台进程可见进程服务进程使用。

    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.

    youdao

  • 如果进程在子进程之前终止,孤立进程需要知道它们的父进程

    If the parent process dies before its children, the orphaned children need to know who is their parent process.

    youdao

  • 如果指定任何一个其它元素作为转换源文件,转换进程就将确认过程中被终止

    If you specify any other element as the source for the transformation, the transformation fails during validation.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定