altid / 9p-server

Deprecated - please use 9pd
MIT License
2 stars 0 forks source link

Switch from atomic, blocking reads to a proper event FIFO file #2

Closed halfwit closed 5 years ago

halfwit commented 6 years ago

This is a restriction imposed by the library being used underneath, Styx - multiple reads while any read is blocking will all block. Having a FIFO open would mean that you couldn't read the data in "status" or "feed" unless you closed the FIFO, opening it after regardless.