Subj : Re: Linux MultiTherad To : comp.programming.threads From : Gio67 Date : Tue Aug 02 2005 09:45 am Visto che sono anche io italiano, e visto che mi piacerebbe entrare in contatto con persone che masticano di linux ( possibilmente in italiano) perche non ci parliamo in privato ? "AlterX" ha scritto nel messaggio news:dcnb8n$dga$1@newsreader.mailgate.org... > Gio67 wrote: > > [cut] > > > When I use a pthread_create() to create a thread I have the threadID, but if > > I look for in the directory //proc/processpid/task/ I found a new directory > > with a id that is different from the treadID returned by pthread_create(). > > Why ? > > > Linux implements a thread in other way... > Particular, thread's implementation under linux is > similar a process's creation, but not just same. > This could be a ragion about that! > > Sorry for my english, but I'm italian :-) .