Hi Francisco.... On Fri, Nov 23, 2012 at 5:42 PM, Francisco Jares Junior <[email protected]> wrote: > Hi, > > Does "select" system call suspend the executing thread or the entire process > on Kernel 2.6?
I guess, now as you already guessed too, it only suspend the caller thread. NPTL uses 1:1 model, so if one threads block, others will keep running -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com _______________________________________________ Kernelnewbies mailing list [email protected] http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
