Re: JDK 1.4.0 Java-Plug-in instability

2002-02-18 Thread Juergen Kreileder
Rick Lutowski <[EMAIL PROTECTED]> writes: > Has anyone else tried an applet with 1.4.0 Java Plug-in (with > or without java3d) in Netscape on debian? Yes (mostly with our 1.4.0 code). Note that there are some problems with Java2 1.4.0 and J3D 1.2.1_03. Until J3D 1.2.1_04 is ready you might want

Re: Why do threads take so long to wake up underlinux

2002-02-18 Thread Jim Hazen
Ok, I've rebuild the a kernel with HZ 1000 (and bumped CLOCKS_PER_SEC to 1000 too). The output is now closer to what one would expect.  Also if you always sleep for 10ms, you get a total time of 10 ms for nearly every run (some runs were 11-13ms, but most ~27 were 10). Hope this helps.  I