Re: [GIT PULL] sched/core for v2.6.32

From: Tony Luck
Date: Fri Sep 11 2009 - 22:24:51 EST


On Fri, Sep 11, 2009 at 4:34 PM, Jesper Juhl <jj@xxxxxxxxxxxxx> wrote:
> That may be so; but most people I've ever talked to about multiple
> processes, fork, vfork and the like, have mostly assumed child-runs-first.
> That is just my personal experience.
> So I get worried when that assumption is made false.

With multi-core cpus becoming (being?) the norm, almost all systems
are SMP now. So child and parent can surely end up running in parallel
very often. So applications that make assumptions about child running
first are going to be frequently surprised. Aren't they?

-Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/