Re: [LAU] chrt tool not working?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <linux-audio-user@...>
Date: Monday, May 19, 2008 - 3:36 am

Reuben Martin wrote:

> Why then are the threads assigned separate PIDs?

This is a byproduct of how threads are implemented in the Linux kernel;
they are just separate processes which share the same address map. The
way Linux does it is simpler that some other OSes which have separate
code to handle threads within a process vs processes themselves.

> I was under the assumption

Correct.

> (Perhaps "Posix thread IDentifier"

I think this is even a requirement for POSIX.

> Also, is it possible (within the context of programming) to assign threads

Not sure.

> I'm sure these questions open up a whole can of worms dealing with the mess of

What can of worms? What mess?

Quite honestly I think POSIX is showing far less signs of age that many
other far younger APIs (win32 I'm looking at you).

Erik
--
-----------------------------------------------------------------
Erik de Castro Lopo
-----------------------------------------------------------------
"Java, the best argument for Smalltalk since C++." -- Frank Winkler
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@lists.linuxaudio.org
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[LAU] chrt tool not working?, Reuben Martin, (Fri May 16, 4:27 pm)
Re: [LAU] chrt tool not working?, Ray Rashif, (Sat May 17, 2:58 pm)
Re: [LAU] chrt tool not working?, Reuben Martin, (Sun May 18, 12:25 am)
Re: [LAU] chrt tool not working?, Paul Davis, (Sun May 18, 9:44 pm)
Re: [LAU] chrt tool not working?, Reuben Martin, (Mon May 19, 1:57 am)
Re: [LAU] chrt tool not working?, Erik de Castro Lopo, (Mon May 19, 3:36 am)