Re: Threading Concept in Linux....?



On 28 May 2007 04:19:36 -0700 Murali <nalajala.murali@xxxxxxxxx> wrote:
| Hi all,
|
| 1) I have a small doubt in Linux Basics.
| Wether the Linux having threading concept ?
| I heard Linux treat everything as a process ? Is it true ?
| If not how can i found that linux suppport threading concept ?
|
|
| 2) I would like to know the difference between Process/Thread and
| Task.

Not really a whole lot, although what is difference is certain things are
shared that need to be shared for threads.


| Can any one clarify my doubt...it will be great helpfull for me.
| Thanks in advance

Linux threads work just fine. See pthreads API.

Be sure you understand all the methods of programming in threads. It is
not for beginners.

--
|---------------------------------------/----------------------------------|
| Phil Howard KA9WGN (ka9wgn.ham.org) / Do not send to the address below |
| first name lower case at ipal.net / spamtrap-2007-05-28-0810@xxxxxxxx |
|------------------------------------/-------------------------------------|
.



Relevant Pages