On 2013-08-05, Luca Cerone <luca.cer...@gmail.com> wrote: > I just would like to learn how to handle named pipes in Python, > which I find it easier to do by using a simple example that I > am comfortable to use :)
Names pipes are a unix concept that saves you the hassle and limitations of writing to and reading from a temp file. You'll have to create the temp file and manage attaching processes to it yourself. -- Neil Cerutti -- http://mail.python.org/mailman/listinfo/python-list