Comment on Opening /proc/self/fd/1 is not the same as dup(1)parentComments−knightoffaith2yWhat do people who care a lot about latency do about this? Do they have no choice but to eat the cost of fork()?−hnlmorg2yThey avoid spawning new processes.
Comments
What do people who care a lot about latency do about this? Do they have no choice but to eat the cost of fork()?
They avoid spawning new processes.