Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: What is the difference between Windows fork an Unix fork ?

by Corion (Patriarch)
on Dec 11, 2006 at 07:58 UTC ( [id://589001]=note: print w/replies, xml ) Need Help??


in reply to What is the difference between Windows fork an Unix fork ?

fork() on Windows does not exist. It is emulated through a variety of options, depending on whether you're using the native ("MSWin32") Perl compiled with MSVC, or the Cygwin Perl. fork() on Cygwin likely works I guess, and on MSWin32, it works for those who implemented it, but I can only recommend to stay away from it and use other mechanisms of launching programs, like system(1,...) or system("start $command"); or Win32::Process.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://589001]
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: (4)
As of 2025-06-16 01:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.