Anonymous Pipes

less than 1 minute read

http://msdn.microsoft.com/en-us/library/aa365139(v=VS.85).aspx

An anonymous pipe is an unnamed, one-way pipe that typically transfers data between a parent process and a child process. Anonymous pipes are always local; they cannot be used for communication over a network.

이름없는 파이프는 one-way pipe이고 일반적으로 parent 프로세스와 child프로세스 사이의 통신에 이용된다.  이름없는 파이프는 항상 로컬에서만 사용된다. 네트워크 통신에는 사용할 수 없다.

For more information, see the following topics:

 

 

Send comments about this topic to Microsoft

Build date: 1/27/2011