From owner-freebsd-arch@FreeBSD.ORG Fri Oct 19 13:20:35 2007 Return-Path: Delivered-To: arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD46C16A417; Fri, 19 Oct 2007 13:20:35 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.freebsd.org (Postfix) with ESMTP id 77FF113C448; Fri, 19 Oct 2007 13:20:35 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (unknown [192.168.61.3]) by phk.freebsd.dk (Postfix) with ESMTP id 3077A17104; Fri, 19 Oct 2007 13:20:34 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.14.1/8.14.1) with ESMTP id l9JDKXxG082693; Fri, 19 Oct 2007 13:20:33 GMT (envelope-from phk@critter.freebsd.dk) To: Alexander Leidinger From: "Poul-Henning Kamp" In-Reply-To: Your message of "Fri, 19 Oct 2007 15:14:26 +0200." <20071019151426.ttkynf788c0g8s4k@webmail.leidinger.net> Date: Fri, 19 Oct 2007 13:20:33 +0000 Message-ID: <82692.1192800033@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: arch@freebsd.org, "Constantine A. Murenin" Subject: Re: sensors fun.. X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2007 13:20:35 -0000 In message <20071019151426.ttkynf788c0g8s4k@webmail.leidinger.net>, Alexander L eidinger writes: Alexander, I'm getting pretty tired of this game of yours. Either you're not paying attention to what I write, or you are so totally blinded by rage that you don't try to understand it. This is my last email to you on this subject. As far as I can tell, you have nothing to do with the actual code, apart from committing it without proper review and discussion, so why don't you step out of the loop, and leave Constantine, who, quite frankly, seems to have a better grasp of the subject than you, participate instead ? >>> What to do with sensors which aren't event based or don't have a >>> predefined polling interval (e.g., temperature and humidity)? What do >>> you think will the ratio be between the amount of sensors with and >>> without something like this? >> >> They poll at whatever rate the application ask them to, (using an >> ioctl ?) > >So you want to put the polling interval (=3D the polling policy) into =20 >the kernel (with e.g, an ioctl)? No, the "polling policy" does not end up in the kernel if the application calls an ioctl that says "poll every 5 seconds". Look up the meaning of the word policy if you don't belive me. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.