* David Xu <davidxu at FreeBSD.org> [030703 06:36] wrote: > davidxu 2003/07/03 06:36:29 PDT > > FreeBSD src repository > > Modified files: > lib/libpthread/thread thr_select.c > Log: > If select() is only used for sleep, convert it to nanosleep, > it only need purely wait in user space. Cool optimization! -Alfred