Replies: 1 comment
-
I can recommend you to use named pipes or files. If I were you, I will try to organize ipc via the http. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to send json encoded data (from liquidsoap) to a process stdin (external tool), without necessarily going though a shell.
Though I didn't find any way to pass data via stdin, or to run a process without going through a shell.
I could work around this by passing the data thought the process args, but I feel unsure about passing special chars and properly escaping them to prevent unexpected shell behaviors.
How could I do this ?
Beta Was this translation helpful? Give feedback.
All reactions