Timer granularity
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
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