Can help me about what is a fork() function call

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vasu1308
    New Member
    • Feb 2007
    • 31

    Can help me about what is a fork() function call

    Hi all,

    I want know about writing a program that spwans 3 child processes using fork() function call.


    Thanks in advance
    Vasu
  • horace1
    Recognized Expert Top Contributor
    • Nov 2006
    • 1510

    #2
    Originally posted by vasu1308
    Hi all,

    I want know about writing a program that spwans 3 child processes using fork() function call.


    Thanks in advance
    Vasu
    have a look at this tutorial and try the example programs
    http://www.yolinux.com/TUTORIALS/ForkExecProcess es.html

    what are the parent/child processes supposed to do once you have spwaned them?

    Comment

    Working...