Re: select(2) converted to use a condition variable, and optimised

2001-05-06 Thread Alfred Perlstein
* Seigo Tanimura <[EMAIL PROTECTED]> [010506 04:40] wrote: > As conversion of select(2) from msleep(9) to a condition variable is > in the SMPng TODO list, I have done that task. > > Also, we do not have to lock a process in order to evaluate the result > of {sel,poll}scan() and the remaining tim

select(2) converted to use a condition variable, and optimised

2001-05-06 Thread Seigo Tanimura
As conversion of select(2) from msleep(9) to a condition variable is in the SMPng TODO list, I have done that task. Also, we do not have to lock a process in order to evaluate the result of {sel,poll}scan() and the remaining time of {select,poll}(2). It should be enough to do those pieces of work