in reply to Re^2: open pipe without close
in thread open pipe without close
Anonymous pipes (the type that you generate using | ) can only run between related processes on the same machine, and this applies to Windows and UNIX. So there must be some other software involved for the network communication.