Hi,<div><br></div><div>Does &quot;select&quot; system call suspend the executing thread or the entire process on Kernel 2.6?</div><div>The <a href="http://www.gnu.org/software/libc/manual/html_mono/libc.html#Waiting-for-I_002fO">libc documentation online</a>  states that this system call suspend the process. But I guess it might be a bit outdated. NPTL was integrated on Kernel 2.6, and for me it sounds more reasonable from that point in time onward to have &quot;select&quot; only suspending the executing thread for the incoming and outgoing data.</div>
<div><br></div><div>Regards,</div><div>Francisco</div>