Click here to Skip to main content
15,891,905 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
why pipes can only be used between processes that have a common ancestor.
Posted
Comments
PIEBALDconsult 2-Oct-15 23:21pm    
Ummm... what?
Andreas Gieriet 11-Oct-15 11:05am    
Please give an example on what exactly you want to do?
Regards
Andi

Because pipes require a common parent process to set up the communications channel.
Read this ORACLE[^] documentation.

-KR
 
Share this answer
 
Comments
PIEBALDconsult 3-Oct-15 0:28am    
Don't all processes have a common ancestor anyway? I suppose that could be system-specific.
Krunal Rohit 3-Oct-15 3:16am    
Not unless you fork the process. And pipe is being used to communicate between parent-child process (IPC concept, if I remember it correctly :laugh:).

-KR
Pipe is being used get result from parent process to child process
 
Share this answer
 
Comments
[no name] 11-Oct-15 11:18am    
among others...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900