ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-Fork/Fork.pm
(Generate patch)

Comparing AnyEvent-Fork/Fork.pm (file contents):
Revision 1.44 by root, Thu Apr 18 10:49:59 2013 UTC vs.
Revision 1.45 by root, Thu Apr 18 11:16:13 2013 UTC

254 254
255=head1 CONCEPTS 255=head1 CONCEPTS
256 256
257This module can create new processes either by executing a new perl 257This module can create new processes either by executing a new perl
258process, or by forking from an existing "template" process. 258process, or by forking from an existing "template" process.
259
260All these processes are called "child processes" (whether they are direct
261children or not), while the process that manages them is called the
262"parent process".
259 263
260Each such process comes with its own file handle that can be used to 264Each such process comes with its own file handle that can be used to
261communicate with it (it's actually a socket - one end in the new process, 265communicate with it (it's actually a socket - one end in the new process,
262one end in the main process), and among the things you can do in it are 266one end in the main process), and among the things you can do in it are
263load modules, fork new processes, send file handles to it, and execute 267load modules, fork new processes, send file handles to it, and execute

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines