what advantages of using named pipe on anonymous pipe. how named pipe can used communicate remote machine.
named pipes allow client software open pipe without being process started process owns pipe.
with named pipe can connect 1 machine (via system level software connects machines together, of course). since unnamed pipes can't "found" machine, couldn't use unnamed pipes purpose.
Comments
Post a Comment