What is the translation of " CHILD PROCESS " in Chinese?

[tʃaild 'prəʊses]
[tʃaild 'prəʊses]
一个子进程
建子进程
个子进程

Examples of using Child process in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Wait for child process to finish.
等待,直到子进程结束.
If$child is zero, then we are running in the child process.
如果$child是零,那我们运行在子进程里。
Wait for child process to terminate.
等待一个子进程终止.
This remnant contains the return value from the child process and some other goop.
这些残留的东西包括子进程的返回值和其他的一些东西。
Child_process: New child process.
Child_process:新建子进程
Fork() API, for spawning child process, and also offers a cluster module.
Fork()API来提供线程支持,用于创建子进程,并且提供集群模块.
Follow all children created by fork()and print truss output on each child process.
跟随fork()创建的所有子进程,并在每个子进程中打印truss输出。
A child process has the same UID as its parent.
子进程与其父进程具有相同的UID。
For this example, I just used calc spawning shellcode,which resulted in a child process being spawned under Excel. exe.
在这个演示示例中,我刚刚使用了启动计算器的shellcode,导致在Excel.exe下生成一个子进程
To create a child process we can use fork() system call.
要创建一个子进程可以执行fork()系统调用。
Since all streams are event emitters, we can listen to differentevents on those stdio streams that are attached to every child process.
由于所有流都是事件发射器,因此我们可以收听附加到每个子进程的stdio流上的不同事件。
Each child process has its own separate IPC link with the parent.
个子进程都有单独的与父进程的IPC链接。
The process which called the fork() call is the parent process andthe process which is created newly is called the child process.
调用fork()的进程被称为父进程,新创建的进程被称为子进程
The child process code is also identical to the parent process code.
子进程的代码是父进程代码的一个完全相同拷贝。
This is because, when a new process is created, child process inherits the directory in which the parent process was created.
这是因为,创建新的进程时,子进程会继承父进程创建时的目录。
A child process created via fork inherits its parent's current working directory.
使用fork创建的子进程继承了父进程的当前工作目录。
The new process is called the child process, and the existing process is called the parent.
新进程称为子进程,而原进程称为父进程。
The child process runs the date command, which inherits Perl's standard input, standard output, and standard error.
子进程运行date命令,它继承了Perl的标准输入,标准输出,标准错误。
The process that issues fork() is known as the parent process, and the new process created by the fork()is known as the child process.
调用fork()的进程被称为父进程,新创建的进程被称为子进程
The child process has an exact copy of all the memory segments of the parent process..
子进程拥有父进程所有内存段的精确副本。
The main program should start a child process that does the"talking" to the client and any work it needs performed.
主程序应该启动一个子进程来做与客户端的“交谈”以及任何需要完成的工作。
The child process begins and finishes its execution independent of the parent and vice versa.
子进程执行的开始和结束独立于父进程,反之亦然。
The created process is called the child process and the original process is called as the parent process..
新进程称为子进程,而原进程称为父进程。
So the child process creation ASR rule appears to be making decisions based on whitelisted paths.
因此,子进程创建ASR规则似乎是基于列入白名单的路径来进行决策的。
Unlike in a normal process though, in a child process, the stdout/stderr streams are readable streams while the stdin stream is a writable one.
与正常进程不同的是,在子进程中,stdout/stderr流是可读流,而stdin流是可写的。
The child process is a duplicate of the parent process(it has the same program and data as the parent).
子进程是父进程的复制品(具有与父进程相同的程序和数据)。
This causes the child process data events handlers to be triggered on the main process..
这将导致子进程数据事件处理程序在主process.
The child process will then modify its copied page and not the page belonging to the parent process..
然后,子进程会修改复制的页面,而不是属于父进程的页面。
Similarly, the child process writes data to the other pipe and the parent process reads from it.
同样,子进程将数据写入另一个管道,父进程从中读取数据。
The child process values of tms_utime, tms_stime, tms_cutime, and tms_cstime shall be set to 0.
子进程的tms_utime,tms_stime,tms_cutime以及tms_ustime设置为0。
Results: 60, Time: 0.0279

Word-for-word translation

Top dictionary queries

English - Chinese