On 5/25/06, Abu M. Muttalib <abum@xxxxxxxxx> wrote:
Hi
cause Linux don't differentiate between process and a threads .. they are all tasks
all your threads have the same parent process id "ppid" and share the same process group id "pgid"
hope this helps
-- Hi,
I have an application wherein I have say 10 threads which are created
unconditionally and run a "while(1);".
Will they be shown in the output of ps -A as 10 different processes?
Hi
cause Linux don't differentiate between process and a threads .. they are all tasks
all your threads have the same parent process id "ppid" and share the same process group id "pgid"
hope this helps
MHD.Tayseer