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().

On 07.03.13 07:53, David F. Skoll wrote:
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.

I'm not talking about the semantics but about the implementation.  Simply
said, vfork() was developed to avoid process memory copying used at fork(). on linux, fork() does NOT copy process memory.

--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
WinError #98652: Operation completed successfully.

Reply via email to