On Thu, 7 Mar 2013 13:47:55 +0100
Matus UHLAR - fantomas <uh...@fantomas.sk> wrote:

> the implementation of fork() in linux makes it nearly the same as
> vfork().

That is completely wrong.  Just because modern forks use copy-on-write
doesn't make them anything at all like vfork; the semantics are utterly
different.

Regards,

David.

Reply via email to