How can a parent and child process communicate?
Answer Posted / basha
this is called copy on write concept
===================================
when ever an environment variable is modified for the
first time either by the parent process or by the child
process a copy of the variable is given to the child
process. the process which modifies the value will see the
modified value. the other process will see the value
obefore modification.
export statement makes a variable as environment
variable ,visible to child
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
What is ipc port?
Which ipc is the fastest in unix?
What are two different models of ipc differentiate both?
What is i-node numbers?
Please explain fork() system call?
Explain linking across directories?
Explain the system calls used for process management?
Please describe the initial process sequence while the system boots up?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
Explain what is the process id for kernel process?
What are the various schemes available?
What is daemon?
Explain how do you execute one program from within another?
Explain the initial process sequence while the system boots up?
Which ipc is faster?