Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^5: pipe fork win32

by BrowserUk (Patriarch)
on Aug 26, 2012 at 14:40 UTC ( [id://989831]=note: print w/replies, xml ) Need Help??


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

  • that emulation is not complete enough to allow *nix programming paradigms to be ported to windows without changes
  • its actual behavior isn't well-enough (at all?) documented to allow for a set of rules to be written down about what will and won't work.

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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://989831]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-04-23 17:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found