Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uflorida!gatech!gitpyr!abhijit From: abhijit@pyr.gatech.EDU (Abhijit Chaudhari) Newsgroups: comp.unix.questions Subject: Re: delay.. Message-ID: <7495@pyr.gatech.EDU> Date: 7 Mar 89 05:14:02 GMT References: <21330@shemp.CS.UCLA.EDU> Reply-To: abhijit@pyr.UUCP (Abhijit Chaudhari) Distribution: usa Organization: Georgia Institute of Technology Lines: 13 In article <21330@shemp.CS.UCLA.EDU> aviz@CS.UCLA.EDU (Dr Algirdas Avizienis) writes: >what is a C command that will do a delay(variable length)? You can call the sleep(3C) function, which suspends execution of the current process for a number of seconds (as specified in its argument). Unfortunately, this cannot be used if timing is very critical (i.e. a variation of a few milliseconds cannot be tolerated). Abhijit Chaudhari Georgia Insitute of Technology, Atlanta Georgia, 30332 uucp: ...!{akgua,allegra,amd,hplabs,ihnp4,seismo,ut-ngp}!gatech!gitpyr!abhijit ARPA: abhijit@pyr.gatech.edu