Is it possible to send data continuously to a unix domain socket without any reading counterpart?
I need to connect two processes with unix sockets: a producer that streams a video, a consumer that should read the video and process it.
I need to connect two processes with unix sockets: a producer that streams a video, a consumer that should read the video and process it.