> We really should call nanosleep(), which would handle things with a > sub-second resolution. I have no problem changing OS.Process.sleep to use nanosleep(), but it seems like Posix.Process.sleep should really call sleep(). Does that sound reasonable?