Re: [patch] thread-exec-2.5.34-B1, BK-curr

Ingo Molnar (mingo@elte.hu)
Mon, 16 Sep 2002 08:18:25 +0200 (CEST)


On 16 Sep 2002, Alan Cox wrote:

> There is code that depends on clone()/exec() not killing other threads
> in the group - some threaded web servers for example.

all the new 'thread group' semantics (group exit, group-broadcast and
group-balanced signals, group exec(), soon-to-come group coredump) are
connected to the CLONE_THREAD property which is a relatively new clone
bit. All the other thread properties (such as CLONE_VM, CLONE_SIGHAND) are
not affected by all the recent threading related changes. [well, they got
significantly faster, but no behavioral change.]

Ingo

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