Comment by astrange
13 years ago
OS X has provided such APIs for a while - you can create processes using posix_spawn rather than fork, and monitor them with kqueues.
That said, if you're writing an app you might be able to go higher level and use XPC services, which can be much less pain.
No comments yet
Contribute on Hacker News ↗