Hi All,
The large time steps returned by System.currentTimeMillis() on the MS-Windows
OS is something I've been looking at for a while.
The issue is that under windows there does not seem to be ANY OS call
(or combination of calls) that can meet the semantics of currentTimeMillis().
That is return to millisecond accuracy the number of ms since 1st January 1970.
The Windows performance timers etc all give ms (or better) accuracy but the
time base starts at 0 when windows was booted. There seems to be no way
to determine at what time (in ms since 1st January 1970) windows was booted
and the performance timers were initialized.
If anyone has figured out a solution for this issue I'd be very interested
in hearing about it....
Rgds
Paul
----------------------------------------------------------
Paul Byrne Email : [EMAIL PROTECTED]
Sun Microsystems Phone : (650) 786 9926
Visualization Software Group Fax : (650) 786 5852
----------------------------------------------------------
>Delivered-To: [EMAIL PROTECTED]
>X-Accept-Language: en
>MIME-Version: 1.0
>Content-Transfer-Encoding: 7bit
>Date: Wed, 11 Jul 2001 09:38:14 +1000
>From: Justin Couch <[EMAIL PROTECTED]>
>Subject: Re: [JAVA3D] fps needed.
>To: [EMAIL PROTECTED]
>
>Philip Taylor wrote:
>
>> a better choice would be the multimedia timers.
>>
>> perhaps the right folk could be pointed out, so this could be addressed?
>
>I believe Sun have been made aware of this for at least a couple of
>years now. I remember back in the days of the old Berkeley advanced-java
>list that we were discussing it then (JDK1.1 at least). There were quite
>a number of Javasoft engineers on that list, so they have been aware of
>it in the past.
>
>That said, I'm not sure that they are going to fix it. I think the
>standard answer from them is "use JMF TimeBase" if you want to do
>multimedia.
>
>--
>Justin Couch http://www.vlc.com.au/~justin/
>Freelance Java Consultant http://www.yumetech.com/
>Author, Java 3D FAQ Maintainer http://www.j3d.org/
>-------------------------------------------------------------------
>"Humanism is dead. Animals think, feel; so do machines now.
>Neither man nor woman is the measure of all things. Every organism
>processes data according to its domain, its environment; you, with
>all your brains, would be useless in a mouse's universe..."
> - Greg Bear, Slant
>-------------------------------------------------------------------
>
>===========================================================================
>To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>of the message "signoff JAVA3D-INTEREST". For general help, send email to
>[EMAIL PROTECTED] and include in the body of the message "help".
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".