fork/exec is not an IPC model...
It actually kind of is, hence why you have information about parent/child and get to share memory.
This is how a http server back in the day would share the request context for the child process to reply back.
It actually kind of is, hence why you have information about parent/child and get to share memory.
This is how a http server back in the day would share the request context for the child process to reply back.