Answer the question
In order to leave comments, you need to log in
Python named pipes on Linux. How to read and write?
OS: CentOS 7
Python: 2.4.
Created a named pipe in Linux, using the OS itself through:
mkfifo. I'm trying to open it for reading like this:
pipe = open("testpipe","r")But the program just hangs on this command. Does not crash on an exception, but freezes, interruption on
ctrl+cworks, so, in fact, I complete its work.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question