Hi,
I have seen some article(Code Project, MSDN) about anonymous pipe tells that two pipes should be created for communication between parent and child process. Can not we do with single pipe?
Best Regards,
RK
Printable View
Hi,
I have seen some article(Code Project, MSDN) about anonymous pipe tells that two pipes should be created for communication between parent and child process. Can not we do with single pipe?
Best Regards,
RK
They're for one way communication only. So if you need to transfer data in both directions, you'll need two pipies.
- petter