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.....
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.....