← Back to events
ActiveTech

fork() Considered Harmful in macOS

Photo: Hacker News

What happened

A macOS Network framework bug plus Go's fork/exec path can hang endpoint processes at 98% CPU. posix_spawn is the way out.

Summary assembled by rule from the sources below

Why it's spreading

Sources

Community