This is the mail archive of the libc-hacker@cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: too early, no vfork


Geoff Keating <geoffk@ozemail.com.au> writes:

> Admittedly, it's ugly.  But then again, this is vfork we're talking
> about.

Well, vfork() is about saving a bit of time compared to fork.  So, if
there is anything necessary to make this work which is not entirely
trivial there is no need to use vfork at all since fork will work just
fine.  I count locks certainly in the range of "nontrivial".

Anyhow, for ix86 the problems seems to be solved now.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]