fork() Considered Harmful in macOS

发生了什么
A macOS Network framework bug plus Go's fork/exec path can hang endpoint processes at 98% CPU. posix_spawn is the way out.
摘要按规则整理自下方来源原文

A macOS Network framework bug plus Go's fork/exec path can hang endpoint processes at 98% CPU. posix_spawn is the way out.
摘要按规则整理自下方来源原文