> Tatsuo, is AIX capable of <10 millisecond sleeps?
Yes, the select granularity is 1 ms for non root users on AIX.
AIX is able to actually sleep micro seconds with select
as user root (non root users can use usleep for the same
result). AIX also has yield.
I already reported this once, but a patch was not welcomed,
maybe I failed to properly describe ...
Andreas