Add To Favorite
Search Linux Documents Online

Results 1 - 10 for fork
  • fork() creates a child process that differs from the parent process only in its PID and PPID, and in the fact that resource utilizations are set to 0. File l..., the process must have either the CAP_SYS_ADMIN or the CAP_SYS_RESOURCE capability. ENOMEM fork() failed to allocate the necessary kernel structures because memory is tight. CONFORMING TO...
    http://www.helplinux.cn/man/2/fork.html
  • The Fn fork system call causes creation of a new process. The new process (child process) is an exact copy of the calling process (parent process) except for...(2). All interval timers are cleared; see setitimer(2). RETURN VALUES Upon successful completion, Fn fork returns a value of 0 to the child process and returns the process ID of the ...
    http://www.helplinux.cn/man/2freebsd/fork.html
  • The fork() function shall create a new process. The new process (child process) shall be an exact copy of the calling process (parent process) except as det... fork (P) - POSIX Programmer's Manual (Updated: 2003) NAME fork - create a new process SYNOPSIS #include fork(void); DESCRIPTION The fork() function...
    http://www.helplinux.cn/man/P/fork.html
  • FBB::Fork objects may be used to implement the fork(2) call as part of the Template Algorithm Design Pattern. The class was designed as a virtual base class f... in this man-page, are defined in the namespace FBB. INHERITS FROM - CONSTRUCTORS o Fork(): This is the only available constructor. Note that there is no copy constructor....
    http://www.helplinux.cn/man/3bobcat/fbb::fork.html
  • Parallel::Fork::BossWorker makes creating multiprocess applications easy. The module is designed to work in a queue style of setup; with the worker process... = shift; print "$result->{result}\n"; } ); DESCRIPTION Parallel::Fork::BossWorker makes creating multiprocess applications easy. The ...
    http://www.helplinux.cn/man/3/parallel::fork::bossworker.html
  • "Pipeline::Segment::Async::Fork" provides asynchronous segments under Perl's forking model....::Fork - fork model for asynchronous pipeline segments DESCRIPTION "Pipeline::Segment::Async::Fork" provides asynchronous segments under Perl's forking model. SEE ALSO Pipeline::Segment::...
    http://www.helplinux.cn/man/3/pipeline::segment::async::fork.html
  • Fork a new process, returning the process ID of the new process in the parent process, or zero in the child process. An Posix.OutOfMemory(3kaya) or Posix.O... posix.fork (3kaya) - Kaya module reference (Updated: August 2008) NAME Posix::fork - Fork a new process. SYNOPSIS Int fork( ) DESCRIPTION Fork a new process, returning the ...
    http://www.helplinux.cn/man/3kaya/posix.fork.html
  • This module provides an intuitive, Perl-ish way to write forking programs by letting you use blocks to illustrate which code section executes in which fork.... of the clauses does not die or exit, it will continue execution after the fork block. INTERFACE child child { ... } This function executes the code reference passed to it if ...
    http://www.helplinux.cn/man/3pm/proc::fork.html
  • Create a copy of the top most patch, and replace the entry in the series file to use this new patch file....(Updated: 08/24/2008) NAME guilt-fork - Fork the topmost applied patch SYNOPSIS guilt-fork [] DESCRIPTION Create a copy of the top most patch, and replace the entry in ...
    http://www.helplinux.cn/man/1/guilt-fork.html
  • This driver merely acts a multiplexer for logxxx() calls, duplicating them and distributing them to other drivers. The only routine of interest here is the... Log::Agent::Driver::Foo; require Log::Agent::Driver::Bar; my $driver = Log::Agent::Driver::Fork->make( Log::Agent::Driver::Foo->make( ... ), Log::Agent::Driver::Bar->make( ......
    http://www.helplinux.cn/man/3/agent::driver::fork.html