Re: How many kernel threads will be created

2008-04-16 Thread sahlot arvind
> > > Michael Blizek wrote: > > > On 20:57 Sun 13 Apr , V.Ravikumar wrote: > > > > Hello all, > > Please clarify the following quetions? > 1. How many kernel threads will be created for a user space process consists > say 5 threads. > > > > Zer

Re: How many kernel threads will be created

2008-04-15 Thread ravikumar
Michael Blizek wrote: On 09:10 Wed 16 Apr , ravikumar wrote: Michael Blizek wrote: On 20:57 Sun 13 Apr , V.Ravikumar wrote: Hello all, Please clarify the following quetions? 1. How many kernel threads will be created for a user space process consists say 5 threads

Re: How many kernel threads will be created

2008-04-15 Thread Michael Blizek
On 09:10 Wed 16 Apr , ravikumar wrote: > Michael Blizek wrote: >> On 20:57 Sun 13 Apr , V.Ravikumar wrote: >> >>> Hello all, >>> >>> Please clarify the following quetions? >>> 1. How many kernel threads will be created

Re: How many kernel threads will be created

2008-04-15 Thread ravikumar
Michael Blizek wrote: On 20:57 Sun 13 Apr , V.Ravikumar wrote: Hello all, Please clarify the following quetions? 1. How many kernel threads will be created for a user space process consists say 5 threads. Zero. Just 5 kernel stacks - one for every user space thread; This stack is

Re: How many kernel threads will be created

2008-04-15 Thread fisherman
]> wrote: > > Hello all, > > > > Please clarify the following quetions? > > 1. How many kernel threads will be created for a user space process > > consists say 5 threads. > > > 5 too... it's 1:1...please read Ulrich drepper NPTL paper on the > r

Re: How many kernel threads will be created

2008-04-15 Thread Mulyadi Santosa
Here is my understanding... On Sun, Apr 13, 2008 at 10:27 PM, V. Ravikumar <[EMAIL PROTECTED]> wrote: > Hello all, > > Please clarify the following quetions? > 1. How many kernel threads will be created for a user space process > consists say 5 threads. 5 too... it'

Re: How many kernel threads will be created

2008-04-15 Thread Michael Blizek
On 20:57 Sun 13 Apr , V.Ravikumar wrote: > Hello all, > > Please clarify the following quetions? > 1. How many kernel threads will be created for a user space process consists > say 5 threads. Zero. Just 5 kernel stacks - one for every user space thread; This stack is used wh

How many kernel threads will be created

2008-04-13 Thread V . Ravikumar
Hello all, Please clarify the following quetions? 1. How many kernel threads will be created for a user space process consists say 5 threads. 2. What is the differece btw linux kernel process and kernel thread. I read in linux there is no differece btw a kernel process and kernel thread And