Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!uwm.edu!wuarchive!uunet!island!hue From: hue@island.uu.net (Jon "Outta my way - I'm going windsurfing" Hue) Newsgroups: comp.unix.internals Subject: Re: Millisecond timers Message-ID: <2017@island.uu.net> Date: 30 Sep 90 09:21:11 GMT References: <1990Sep26.011627.22533@jdyx.UUCP> Distribution: usa Organization: Island Graphics Corp., San Rafael, CA Lines: 11 shawn@jdyx.UUCP (Shawn Hayes) writes: > After looking at AIX V1.2 for a while I've noticed that almost >all of the timed functions are based on second resolution such as the >select call. Only the getitimer and setitimer calls support millisecond Last time I used AIX V3, select() and poll() rounded to the second, only setitimer had finer resolution. IBM says the PS/2 won't be getting V3, so I guess this doesn't matter to you, but it might be a rude suprise for RS/6000 users. -J