fork help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nk28
    New Member
    • Jan 2010
    • 26

    fork help

    hey,
    Is there any way to share memory space with child process created using fork.

    Basically I have a start pointer that updates a queue as soon as a process is created with its pid.

    But for each process a new start pointer is being created.

    How can I resolve the problem.

    Thanks a lot.....
Working...