Hi all,
I am very new to Implementation of the Interprocess communication.I am trying to implement the concept in c++.I created the pipe using Createnamedpipe () function ,connecting to that pipe using ConnectNamedPip e() function and then reading the file created on the file at one end.
But I am bit curious about the how the process/user at the other end of the pipe will communicate with the my terminal.How the things goes in the background..?
Can anyone help me ?
Thanks!
:)
I am very new to Implementation of the Interprocess communication.I am trying to implement the concept in c++.I created the pipe using Createnamedpipe () function ,connecting to that pipe using ConnectNamedPip e() function and then reading the file created on the file at one end.
But I am bit curious about the how the process/user at the other end of the pipe will communicate with the my terminal.How the things goes in the background..?
Can anyone help me ?
Thanks!
:)
Comment