On Wed Nov 28 09:36:36 EST 2012, [email protected] wrote:
> Because they claim to be providing a service that's not actually being
> provided.
>
> On 28 November 2012 13:30, erik quanstrom <[email protected]> wrote:
> > why do extra zeros on the right bother you?
sleep(2) says.
DESCRIPTION
Sleep suspends the current process for the number of mil-
liseconds specified by the argument. The actual suspension
time may be a little more or less than the requested time.
from experience, i've found that stock 386 kernels on older hardware
yield a sleep resolution of 10ms or more.
so clearly the argument to sleep is not directly tied to the resolution of
the clock. and i think tying the two together would invent a
new requirement and assume too much on the hardware.
- erik