views:

477

answers:

1

In my Mac OS X Activity monitor it lists each "process" id for each application. It links several processes to a single thread, for instance iTunes and Finder are currently both listed under thread 7. The way I learned about threads and processes would lead me to think that this should be the other way around. I learned that a process has one or several threads. Can somebody try to clear this up for me. Would these processes they are talking about be considered light-weight processes?

+3  A: 

I'm not a OS X user, but from screenshots found by our nice friend Mr. Google it seems that this indicates the number of threads created by that process. So both iTunes and Finder are running 7 threads each.

Joachim Sauer
Well your definitively right. My column was so small I couldn't read the entire column title. Thanks a lot.
Sam