Skip to content Skip to sidebar Skip to footer
Showing posts with the label Named Pipes

Understanding Named Pipes (fifo) In Python

I am running Python 2.7 on a Unix environment (tested on Ubuntu and OSX) I have the following progr… Read more Understanding Named Pipes (fifo) In Python

Windows Named Pipes In Practice

With Windows named pipes, what is the proper way to use the CreateNamedPipe, ConnectNamedPipe, Disc… Read more Windows Named Pipes In Practice