Re: fork ???
- From: Derek Simkowiak <dereks kd-dev com>
- To: Sri Ramkrishna <sri aracnet com>
- Cc: Magnus Wirström <asd mail bip net>,gnome-devel-list <gnome-devel-list gnome org>
- Subject: Re: fork ???
- Date: Fri, 14 Jul 2000 14:05:16 -0700 (PDT)
-> You probably don't want to do a full fork as it takes a lot of system
-> resources most of which you don't need. Use a vfork and then have teh
-> child execute a execve system call.
From the fork() man page:
[...]
Under Linux, vfork is merely an alias for fork.
[...]
--Derek
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]