From owner-freebsd-performance@FreeBSD.ORG Wed Jul 16 14:58:50 2003 Return-Path: Delivered-To: freebsd-performance@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EF9037B40D for ; Wed, 16 Jul 2003 14:58:49 -0700 (PDT) Received: from smtp-relay2.barrysworld.com (smtp-relay2.barrysworld.com [213.221.172.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B02243F75 for ; Wed, 16 Jul 2003 14:58:48 -0700 (PDT) (envelope-from killing@barrysworld.com) Received: from [213.221.181.50] (helo=barrysworld.com) by smtp-relay2.barrysworld.com with esmtp (Exim 4.20) id 19cuGw-0007tU-Ab; Wed, 16 Jul 2003 22:57:14 +0100 Received: from vader [212.135.219.179] by barrysworld.com with ESMTP (SMTPD32-7.15) id AB14531100D6; Wed, 16 Jul 2003 23:00:52 +0100 Message-ID: <00b501c34be5$351a83f0$b3db87d4@vader> From: "Steven Hartland" To: "Petri Helenius" , "Jin Guojun [DSD]" , References: <3F15C584.38848DCE@lbl.gov> <071401c34be3$71a03510$812a40c1@PETEX31> Date: Wed, 16 Jul 2003 22:57:07 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: timer counter chip access mystery] X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Steven Hartland List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2003 21:58:51 -0000 If this could be changed / fixed it would have a marked performance increase for all game server code which use this function heavily from what I've seen and would explain the sometimes huge performance differential between FreeBSD and Linux. Steve / K ----- Original Message ----- From: "Petri Helenius" To: "Jin Guojun [DSD]" ; Sent: Wednesday, July 16, 2003 10:44 PM Subject: Re: timer counter chip access mystery] > > This access happens over ISA bus and thus happens at the speed the bus > operates at. Use TSC or ACPI for faster gettimeofday. > > Pete