Re: dos inux creates a new process that runs thread ?
- From: Grant Edwards <grante@xxxxxxxx>
- Date: Sat, 10 Feb 2007 01:50:20 -0000
On 2007-02-09, Chris <chris@xxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
I believe that the older kernel (2.4 or was it 2.2) would
actually create a process for the pthread.
Still does (mostly).
Threads are still processes (in the view of the scheduler).
However, the bookeeping has been jiggered around so that they
can share a PID. That's over-simplified a bit, but the details
can be found here:
http://linuxdevices.com/articles/AT6753699732.html
--
Grant Edwards grante Yow! Are you selling NYLON
at OIL WELLS?? If so, we can
visi.com use TWO DOZEN!!
.
- References:
- dos inux creates a new process that runs thread ?
- From: jasminwang
- Re: dos inux creates a new process that runs thread ?
- From: Chris
- dos inux creates a new process that runs thread ?
- Prev by Date: Re: dos inux creates a new process that runs thread ?
- Next by Date: Re: dos inux creates a new process that runs thread ?
- Previous by thread: Re: dos inux creates a new process that runs thread ?
- Next by thread: Re: dos inux creates a new process that runs thread ?
- Index(es):
Relevant Pages
|