summaryrefslogtreecommitdiff
path: root/src/fifo.py
AgeCommit message (Collapse)Author
2014-04-22Close the file descriptor of the fifo on closingmathieui
(also, it indeed needs to be a thread because opening a fifo for reading is a blocking operation)
2014-04-19Keep a file descriptor reading the fifo instead of just opening and closing itmathieui
should take care of the sigpipe when no one is reading it anymore due to broken connection
2012-09-13Fix TBs when the system is not in utf-8 by defaultmathieui
(force every file opening to be with the utf-8 encoding)
2011-10-29Remote execution.Florent Le Coz
We can use a fifo to write command, and execute them on the local machine by running a simple daemon.