Timer granularity

1999-03-29 Thread Peter Kovacs
On linux the granularity of the timer (GregorianCalendar.time) seems to be on millisecond level, while on Windows NT on 10 milliseconds level. Does anyone know, why? Peter -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a s

Linux timer granularity and java

1998-12-18 Thread Isfahan Deendar
Is anybody aware of how to make java's System.CurrentTimeMillis return with a resolution/accuracy of 1ms or lower on Linux (since linux's timer granularity is 10ms). -Isfi