When a child process is spawned by the Parent Process
When you use fork on Windows, you do not create a child process. You spawn a thread within the existing process that simulates forking.
More generally -- unless you explicitly restrict them -- all threads are eligible to run on all available processors.
And processes are threads -- on all platforms. Even a single-threaded process, is a thread at the OS level.
In reply to Re^3: Perl crashing with Parallel::ForkManager and WWW::Mechanize
by BrowserUk
in thread Perl crashing with Parallel::ForkManager and WWW::Mechanize
by NeonFlash
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |