Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 15 Jul 2002 12:24:01 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 15 Jul 2002 12:24:00 -0400 Received: from gateway-1237.mvista.com ([12.44.186.158]:23291 "EHLO hermes.mvista.com") by vger.kernel.org with ESMTP id ; Mon, 15 Jul 2002 12:23:59 -0400 Subject: Re: HZ, preferably as small as possible From: Robert Love To: Linus Torvalds Cc: linux-kernel@vger.kernel.org In-Reply-To: References: <59885C5E3098D511AD690002A5072D3C02AB7F88@orsmsx111.jf.intel.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 15 Jul 2002 09:26:53 -0700 Message-Id: <1026750413.939.97.camel@sinai> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 827 Lines: 20 On Sun, 2002-07-14 at 22:06, Linus Torvalds wrote: > I've never had good reason to believe the latency/perf benefits myself, > but I was approached at OLS about problems with something as simple as > DVD playing, where a 100Hz timer means that the DVD player ends up > having to busy-loop on gettimeofday() because it cannot sanely sleep due > to the lack in sufficient sleeping granularity. A cleaner solution to this issue is a higher resolution timer, e.g. the high-res-timers project which has high resolution POSIX timers. We could still bump HZ, of course... Robert Love - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/