Granularity of mtime

2001-10-12 Thread Dirk-Willem van Gulik
On some versions of Linux/Solaris fstat(2) gives you a second granularity of mtime/atime/ctime. On some other OS-es/versions you get mSec's. Is there a way to ask APR what the granularity is ? Dw

Re: Granularity of mtime

2001-10-12 Thread Dirk-Willem van Gulik
On Fri, 12 Oct 2001, Dirk-Willem van Gulik wrote: On some versions of Linux/Solaris fstat(2) gives you a second granularity of mtime/atime/ctime. On some other OS-es/versions you get mSec's. Is there a way to ask APR what the granularity is ? Just to clarify - I want to put a 'sleep()'

Re: cvs commit: apr/threadproc/unix proc.c

2001-10-12 Thread Jeff Trawick
[EMAIL PROTECTED] writes: jerenkrantz01/09/21 09:14:50 Modified:.CHANGES threadproc/unix proc.c Log: Simplify apr_proc_wait_all_procs and consolidate apr_proc_wait. Index: proc.c diff -u -r1.48 -r1.49 --- proc.c 2001/09/20 08:59:31

Re: Granularity of mtime

2001-10-12 Thread Ryan Bloom
On Friday 12 October 2001 01:56 pm, Dirk-Willem van Gulik wrote: On some versions of Linux/Solaris fstat(2) gives you a second granularity of mtime/atime/ctime. On some other OS-es/versions you get mSec's. Is there a way to ask APR what the granularity is ? All APR times are mSec. Ryan