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