On Tue, 2007-04-24 at 12:08 +0530, Rick Brown wrote: > Hi list, > > I read that the kernel does not differentiate between threads and > processes.
Only for scheduling. Kernel maintains thread level data structures to enable say fast context switch, mm sharing etc > > So as long as relevant system calls do not change, it should be > possible to run any threading library on any kernel? NPTL on 2.4? > pthreads on 2.6? NPTL needs kernel support. It is 1:1 threading model without any overhead under the assumption that kernel supports faster context switches, less kernel entry overhead etc > > Rick > > -- > To unsubscribe from this list: send an email with > "unsubscribe kernelnewbies" to [EMAIL PROTECTED] > Please read the FAQ at http://kernelnewbies.org/FAQ > > - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs