← Back to context

Comment by lawl

7 years ago

I havent read the entire thing yet, but reading from "replacing fork" to the end it reads too much like embrace extend extinguish.

It's suggesting posix_spawn, which is standardized and has nothing to do with Microsoft.

Nowhere there did the authors "embrace" fork(). Quite the contrary.

While the article points out that the NT kernel natively supports fork, it certainly isn't arguing for any extension of the call.

So all we're left with is "extinguish", which this article certainly does. And it is persuasive. I will look at posix_spawn() for my own code in the future.