Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxn!ihnp4!inuxc!pur-ee!pucc-j!purdue!decwrl!glacier!Shasta!alex@lancelot From: alex@lancelot Newsgroups: net.unix-wizards Subject: busy looping in kernel, time question Message-ID: <234@Shasta.ARPA> Date: Wed, 9-Apr-86 12:41:02 EST Article-I.D.: Shasta.234 Posted: Wed Apr 9 12:41:02 1986 Date-Received: Thu, 17-Apr-86 04:21:56 EST Sender: daemon@Shasta.ARPA Organization: Stanford University Lines: 14 From: Alex Bronstein Hello, Assume I want to busy loop in the kernel for 100 milliseconds, how many times (approx) should I go around a loop which increments an int? (Yes I know you usually don't want to busy loop in the kernel, in fact, I know how to do it the "smart" way, with sleep, and timeout, but for once I really need to busy loop for a short time..) Thanks, Alex