Re: [Tutor] named pipe problem

2008-08-20 Thread Kent Johnson
On Wed, Aug 20, 2008 at 4:53 PM, Kent Johnson <[EMAIL PROTECTED]> wrote: > See this informative thread: > http://mail.python.org/pipermail/python-list/2006-August/396499.html > > Summary: opening a pipe for write blocks until it is also opened for read. Also, on Mac OSX at least ordinary file ope

Re: [Tutor] named pipe problem

2008-08-20 Thread Kent Johnson
On Wed, Aug 20, 2008 at 3:54 PM, dave selby <[EMAIL PROTECTED]> wrote: > Hi All, > > > I am trying to get a named pipe working, I have already made a fifo > > [EMAIL PROTECTED]:/usr/local/bin$ ls -al /home/dave/kmotion2/www/pipe_func > prw-rw 1 dave www-data 0 2008-08-20 20:25 > /home/dave/kmo

[Tutor] named pipe problem

2008-08-20 Thread dave selby
Hi All, I am trying to get a named pipe working, I have already made a fifo [EMAIL PROTECTED]:/usr/local/bin$ ls -al /home/dave/kmotion2/www/pipe_func prw-rw 1 dave www-data 0 2008-08-20 20:25 /home/dave/kmotion2/www/pipe_func [EMAIL PROTECTED]:/usr/local/bin$ but when I execute my test cod