http://www.perlmonks.org?node_id=989831


in reply to Re^4: pipe fork win32
in thread pipe fork win32

Is it advisable to use the Perl's fork() emulation in Windows in “production” code?

Personally, I'd say that you should not use Perl's Win32 fork emulation at all.

This not necessarily because of bugs in that implementation -- though I have no doubts they exist -- but because

As is, the fork emulation creates expectations of portability that are simply not achievable. Better I think to simple say "do not use".


With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

RIP Neil Armstrong