Re: Sort-of Announce: Gnet, a network library
- From: Mike Palczewski <mpalczew u washington edu>
- To: David Helder <dhelder umich edu>
- CC: gnome-list gnome org
- Subject: Re: Sort-of Announce: Gnet, a network library
- Date: Thu, 06 Jan 2000 19:39:28 +0000
David Helder wrote:
>
> vfork() differs from fork in that the parent is suspended
> until the child makes a call to execve(2) or _exit(2).
> The child shares all memory with its parent, including the
> stack, until execve() is issued by the child. The child
> must not return from the current function or call exit(),
> but may call _exit().
I must be using a diffrent man page.
Under Linux, fork is implemented using copy-on-write
pages, so the only penalty incurred by fork is the time
and memory required to duplicate the parent's page tables,
and to create a unique task structure for the child.
Under Linux, vfork is merely an alias for fork."
>
> __ _ __
> ___/ /__ __ __(_)__/ / David Helder - University of Michigan
> / _ / _ `/ |/ / / _ / dhelder@umich.edu
> |_,_/|_,_/|___/_/|_,_/ http://www.eecs.umich.edu/~dhelder
>
> --
> FAQ: Frequently-Asked Questions at http://www.gnome.org/gnomefaq
> To unsubscribe: mail gnome-list-request@gnome.org with
> "unsubscribe" as the Subject.
--
----------------------------------------------------------------------
I thought there was chocolate inside ... Well, why was it wrapped in foil?
-- Homer Simpson
Mr. Plow
----------------------------------------------------------------------
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]