fpco / streaming-commons

Common lower-level functions needed by various streaming data libraries
MIT License
36 stars 41 forks source link

Nh2 fix streaming process on nonthreaded #45

Open snoyberg opened 6 years ago

snoyberg commented 6 years ago

Just discussed, due to close_fds this approach can't work.

snoyberg commented 6 years ago

Closed prematurely...

snoyberg commented 6 years ago

Pinging @nh2, as we discussed, this won't work in a case where close_fds is set, since the process package's C code will close the pipe before the child process is execd.

Profpatsch commented 2 years ago

I just ran into this, ping @nh2

nh2 commented 2 years ago

I am not sure I will have time to look into this in detail currently