Equivalent of fcnetd-client, but would spawn an fcnet-cli process with the arguments formatted accordingly and reap the output of the process.
Benefit: no network communication needed
Drawback: needs one process per invocation, thus potentially being bottlenecked by posix_spawn() performance
Equivalent of
fcnetd-client, but would spawn anfcnet-cliprocess with the arguments formatted accordingly and reap the output of the process.Benefit: no network communication needed
Drawback: needs one process per invocation, thus potentially being bottlenecked by
posix_spawn()performance