Boris Unckel wrote on Thursday, December 15, 2005 6:55 PM:
> Hi Joerg,
>
> this is an absolutely "normal" behaviour. It does not depend
> on the operating system, but more on system speed.
> Your CPU has enough power to calculate n-thousand additions
> in one milli second.
> It is not predictable
Hi Joerg,
this is an absolutely "normal" behaviour. It does not depend
on the operating system, but more on system speed.
Your CPU has enough power to calculate n-thousand additions
in one milli second.
It is not predictable, since it depends on the machine in use.
I have found this in an other c
Dakota Jack wrote:
> What other "mail" are you talking about Jorg?
Topic: Gump & VM
- Jörg
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
What other "mail" are you talking about Jorg?
On 12/15/05, Jörg Schaible <[EMAIL PROTECTED]> wrote:
>
> Leo Sutic wrote on Wednesday, December 14, 2005 10:56 PM:
>
> > Do you run ntpd or some other clock-syncing program?
>
> Yes, it was indeed the cause, see my other mail.
>
> - Jörg
>
> -
Right! Sorry!
On 12/15/05, Jörg Schaible <[EMAIL PROTECTED]> wrote:
>
> Dakota Jack wrote on Thursday, December 15, 2005 7:01 AM:
>
> > You are assuming that there will be a time difference in millis
> > between the two time calls. System.currentTimeMillis() takes a
> > relatively long time to re
Hi Antonio,
Antonio Gallardo wrote on Thursday, December 15, 2005 10:53 AM:
[snip]
>
> Jörg,
>
> Can the StopWatch class in commons-lang help?
>
> http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/lang/
> trunk/src/java/org/apache/commons/lang/time/StopWatch.java?view=markup
Not really,
Jörg Schaible wrote:
Hi folks,
I have written a generator for commons-id, that is based in the end on the
system clock. Unfortunately I have sporadic failures in Gump that I cannot
explain. I developed this on a Windows box, but had now a chance for a test
with Linux. Suddenly I have also spora
Jörg Schaible wrote on Wednesday, December 14, 2005 10:14 PM:
> Jörg Schaible wrote:
>
>> Hi folks,
>>
>> I have written a generator for commons-id, that is based in the end
>> on the system clock. Unfortunately I have sporadic failures in Gump
>> that I cannot explain. I developed this on a Win
Leo Sutic wrote on Wednesday, December 14, 2005 10:56 PM:
> Do you run ntpd or some other clock-syncing program?
Yes, it was indeed the cause, see my other mail.
- Jörg
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
Dakota Jack wrote on Thursday, December 15, 2005 7:01 AM:
> You are assuming that there will be a time difference in millis
> between the two time calls. System.currentTimeMillis() takes a
> relatively long time to return. So, I would not trust that
> assumption.
No, I just assume that the mill
You are assuming that there will be a time difference in millis between the
two time calls. System.currentTimeMillis() takes a relatively long time to
return. So, I would not trust that assumption.
On 12/14/05, Jörg Schaible <[EMAIL PROTECTED]> wrote:
>
> Hi folks,
>
> I have written a generator
Do you run ntpd or some other clock-syncing program?
/LS
On 12/14/05, Jörg Schaible <[EMAIL PROTECTED]> wrote:
> Hi folks,
>
> I have written a generator for commons-id, that is based in the end on the
> system clock. Unfortunately I have sporadic failures in Gump that I cannot
> explain. I devel
Several runs on Windows 2k sp 5.00.2195 worked correctly for me.
H:\>java -version
java version "1.5.0_05"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05-b03)
Java HotSpot(TM) Client VM (build 1.5.0_05-b03, mixed mode)
[EMAIL PROTECTED] wrote:
Hi Joerg,
I just tried it on my b
Hi Joerg,
I just tried it on my box (linux, suse 9.3, 2.6.11.4-21.9-smp
kernel) and I don't have a problem; I did slightly modify the
test to run it standalone:
public class Test {
public static final void main(String[] args) throws Exception {
long last = System.currentTimeMillis();
Jörg Schaible wrote:
> Hi folks,
>
> I have written a generator for commons-id, that is based in the end on the
> system clock. Unfortunately I have sporadic failures in Gump that I cannot
> explain. I developed this on a Windows box, but had now a chance for a
> test with Linux. Suddenly I have
Hi folks,
I have written a generator for commons-id, that is based in the end on the
system clock. Unfortunately I have sporadic failures in Gump that I cannot
explain. I developed this on a Windows box, but had now a chance for a test
with Linux. Suddenly I have also sporadic failing tests. First
16 matches
Mail list logo