A user request to create a new process.
The process becomes the leader of the new process group.
Fork--- create a new process.
Building a New Process.
Creating a new process.Combinations with other parts of speech
A user request to create a new process.
Creation of a New Process.
The process becomes the leader of the new process group.Clone()-普通clone()会创建一个新进程。
Clone: Clone, as fork, creates a new process.
Recall that the fork() system calls creates a new process.
The Danish Government sees this meeting as part of a new process.
A system call for creating a new process.一个新进程(如果就绪队列有一个进程存在)必须被选择执行。
A new process(if one exists in the ready queue) must be selected for execution.一个新进程(如果就绪队列中已有一个进程存在)必须被选择执行。
A new process(if one exists in the ready queue) must be selected for execution.在UNIX系统中,用户创建一个新进程的唯一方法就是调用系统调用fork。
The only way for a user to create a new process in the UNIX operating system is to invoke the fork system call.当用fork()创建另一个新进程时,新进程是子进程,原始进程是父进程。
When a process creates another new process, using fork(), the new process is considered the child and the original process is considered the parent.为了让内核区分怎样映射一个新进程,它需要知道是否这是一个WoW64进程。
In order for the kernel to differentiate how to map a new process, it needs to know whether or not this is a WoW64 process..塞拉利昂政府非常明白建设和平,就像通过建设和平委员会所建立的那样,是一个新进程。
The Government of Sierra Leone was very much aware that peacebuilding, as established through the Peacebuilding Commission,was a new process.她还强调,必须精简各种协调进程并使之合理化。与此同时,她想知道是否有必要提出另一个新进程。
Emphasizing the need to rationalize and streamline various coordination processes,she wondered if it was necessary to come up with yet another new process.持久性和性能上,传统CGI对于每个HTTP请求都要启动一个新进程。
With traditional CGI, a new process is started for each HTTP request.Fork()函数是Linux系统中唯一可以创建一个新进程的方法。
The fork()function is the only way in Unix to create a new process.Subprocess模块允许我们启动一个新进程,并连接到它们的输入/输出/错误管道,从而获取返回值。
The subprocess module allows you to spawn new processes, connect to their input/output/error pipes, and obtain their return codes.通过建立一个新进程,Perl程序可以运行另一个程序甚至是它自己的拷贝。
By creating new processes, a Perl program can run another program or even clone copies of itself in order to divide the work.在启动一个新进程时,这将提供更大的灵活性,确保有相关专门知识,可以满足任何特定评估的具体需要。
This would provide for additional flexibility when launching a new process, ensuring that the relevant expertise was available to respond to the specific needs of any particular assessment.每当服务器接受Servlet请求时,服务器产生一个新进程并调用service()方法。
Each time the server receives a request for a Servlet,the server creates a new thread and calls service() method.当操作系统为另一个进程的显式请求产生一个新进程时,这个动作称为进程派生。
When the OS at the explicit request of another process creates a process, this action is called process..
Fork() causes creation of a new process.
The process becomes the process group leader of a new process group.
The process becomes the process group leader of a new process group.Fork()函数用于从已存在的进程中创建一个新进程。
The fork() function is used to create a new process from an existing process.