Hacker News new | ask | show | jobs
by xyzzy_plugh 425 days ago
No, the init process hands over the listener FD allowing the server to accept() connections.

You can also do 1 connection = 1 process, though, but it's absolutely not required nor particular common these days.