Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

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

by msk_0984 (Friar)
on Dec 11, 2006 at 11:40 UTC ( [id://589024]=note: print w/replies, xml ) Need Help??


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

Hi As in the above monks said The fork system call in Unix creates a new process. The new process inherits various properties from its parent (Environmental variables, File descriptors, etc - see the manual page for details). After a successful fork call, two copies of the original code will be running. In the original process (the parent) the return value of fork will be the process ID of the child. In the new child process the return value of fork will be 0.

Work Hard Party Harderrr!!
Sushil Kumar
  • Comment on Re: What is the difference between Windows fork an Unix fork ?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (1)
As of 2024-04-25 03:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found