Definitions for "Named Pipe"
Keywords:  interprocess, ipc, fifo, pipe, netbios
a communications mechanism well known to those of ordinary skill in the programming arts, and accordingly will not be discussed further herein
a file created to do inter-process communication
a file that acts like a pipe
Connection for transferring data between separate processes, usually on discrete computers.
a special file that is used to transfer data between unrelated processes
A portion of memory that can be used by one process to pass information to another process, so that the output of one is the input of the other. The second process can be local (on the same computer as the first) or remote (on a networked computer).
a pseudo file to which one application writes data which another one reads from it