threads packages: kernel threads vs. user threads

threads packages: kernel threads vs. user threads

Post by Neil Zanell » Thu, 06 Mar 2003 15:39:21



Hello,

There seem to be other C or C++ language compatible thread packages
besides the standard POSIX 1003.1-2001 thread-related system calls.
For instance Qt implements some thread class code. I would imagine
that implementations which use kernel threads as opposed to user
threads would be based on the POSIX calls. Is this correct? What
other thread packages are available besides the POSIX ones? Just
speculating. Which packages are kernel thread based and which
ones are user thread based?

Thank you for your feedback,

Neil

 
 
 

1. kernel Thread VS user-level thread

I got a question concerning the pthread implementation in Linux.
Well, I have all the world telling me pthread for linux is a user-space
thread model, but when I ran a multi-threaded app on linux and turn
on top, I remember seeing multiple copies of the same process on the
process list so a scheduler sees each thread as a process and schedule
it accordingly. But is this what I am supposed to expect from a kernel
thread implementation?

Jimmy Zhang

2. "transparent" login and remote X program execution?

3. kernel thread VS user space thread in linux

4. check requested socket connection

5. Threads, threads, threads

6. Java in RH5.1

7. Threads in linux versus threads in NT and threads in Solaris.

8. Linux Login

9. POSIX threads, thread-specific data: what about the "main" thread?

10. HELP: communication interface between kernel thread and user thread.

11. single threaded vs. multi threaded

12. NT thread vs Linux thread...