Named Pipes IPC in D for windows and linux ?

Steven Schveighoffer schveiguy at yahoo.com
Mon Feb 28 04:49:41 PST 2011


On Sun, 27 Feb 2011 13:53:05 -0500, Tarun Ramakrishna <lenkite at 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


More information about the Digitalmars-d-learn mailing list