Subject: Re: proposal for Linux exit_group emulation
To: Chuck Silvers <chuq@chuq.com>
From: Frank van der Linden <fvdl@netbsd.org>
List: tech-kern
Date: 12/03/2005 11:35:37
Chuck Silvers wrote:
>is this really better than using one process with multiple LWPs?
>what problems would be caused by switching to that model?
>
>
Having to to implement some sort of an lwp_kill for example.. Linux has
the functionality, we do not. Although we probably should have it, for
PTHREAD_CONCURRENCY > 1 signal issues.
- Frank