Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!sdd.hp.com!usc!snorkelwacker!bloom-beacon!SHAMASH.MCRCIM.MCGILL.EDU!mouse From: mouse@SHAMASH.MCRCIM.MCGILL.EDU (der Mouse) Newsgroups: comp.windows.x Subject: Re: XtAddTimeOut() and Timed Interrupts. Message-ID: <9008271119.AA10420@shamash.McRCIM.McGill.EDU> Date: 27 Aug 90 11:19:32 GMT Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 15 > On 386/ix, the STREAMS function poll() takes an argument in > milliseconds, but the actual resolution is 10 msecs. I don't know > what the select() function uses, since I can't find any documentation > for it. For those without BSD documentation who are nonetheless curious: select()'s timeout argument is given as seconds-plus-microseconds (a structure with two long ints). Of course, very few if any machines/systems actually give microsecond resolution; typical actual resolution might be 1/100 or 1/60 second. der Mouse old: mcgill-vision!mouse new: mouse@larry.mcrcim.mcgill.edu