Hi All,
Problem Description:
-
I have written a cgi script which does
i) fork and exec a command with the child process
ii) create pipe
to read some data from the child process. The parent process waits untill it
reads complete data from the child.
observation f
Hi All,
Problem Description:
-
I have written a cgi script which does
i) fork and exec a command with the child process
ii) create pipe
to read some data from the child process. The parent process waits untill it
reads complete data from the child.
observation from the p