On Sun, 27 Feb 2011 13:53:05 -0500, Tarun Ramakrishna <lenk...@gmail.com> wrote:

Is there anything in the standard library to do named pipes IPC in
both windows and linux ? I am not necessarily looking for a unified
API, anything that will allow me to setup named pipes on either OS and
read/write on them will do.

Any C functions (including system calls) are available. You are free to write your own API, and maybe it will be included in Phobos!

-Steve

Reply via email to