I appreciate that under Linux, threads are mapped onto processes. What I am unclear about is the difference in magnitude between thread switch overhead and process switch overhead using the Native POSIX Threads Library (i.e. kernels >= 2.6), and I'm having problems finding well-informed articles quantifying the difference.
Does anyone here have useful references to quantify?
Thanks!