Open kanpov opened 2 days ago
Equivalent of fcnetd-client, but would spawn an fcnet-cli process with the arguments formatted accordingly and reap the output of the process.
fcnetd-client
fcnet-cli
Benefit: no network communication needed Drawback: needs one process per invocation, thus potentially being bottlenecked by posix_spawn() performance
posix_spawn()
Equivalent of
fcnetd-client
, but would spawn anfcnet-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