From: Ken T. <ke...@we...> - 2002-12-08 18:40:37
|
On Sun, 8 Dec 2002, Geert Uytterhoeven wrote: > On Sat, 7 Dec 2002, Ken Tyler wrote: > > for (i=0 ; i<500 ; i++) > > usleep(1000L); > Hmmm... > > callisto is my LongTrail, running Linux 2.4.20-rc1 > cassandra is my A4000, running Linux 2.4.19 > vervain is the Sun Blade 1000 at work, running Solaris 2.8 > > Apparently it's not Linux-specific... Wonder if its just a coincidence that 500 * 20mS is 10 secs, 20mS being the frame period - man nano sleep. Ken. |