On November 12, 2003 06:58 pm, Nathan Sullivan wrote:
> In my opinion as a user, I would say allow sleep() to accept floats, and
> depreciate usleep(). If sleep() is implemented with nanosleep() anyway,
> is there a point to having both?

Yes, some systems do not have nanosleep, in those cases sleep() is implemented 
using alarm().

Ilia

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to