From owner-freebsd-current@FreeBSD.ORG Sat May 10 06:48:51 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1815137B401 for ; Sat, 10 May 2003 06:48:51 -0700 (PDT) Received: from critter.freebsd.dk (port757.uc1-esp.isdn-lan.cybercity.dk [212.242.98.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCDB643FDD for ; Sat, 10 May 2003 06:48:49 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.9/8.12.9) with ESMTP id h4ADmd56022334; Sat, 10 May 2003 15:48:43 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: Paul Richards From: "Poul-Henning Kamp" In-Reply-To: Your message of "10 May 2003 13:37:27 BST." <1052570246.27195.6.camel@cf.freebsd-services.com> Date: Sat, 10 May 2003 15:48:39 +0200 Message-ID: <22333.1052574519@critter.freebsd.dk> cc: current@freebsd.org Subject: Re: Interrupt latency problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2003 13:48:51 -0000 In message <1052570246.27195.6.camel@cf.freebsd-services.com>, Paul Richards wr ites: >I'm having real problems with current with heavy disk activity. > >When working in X and updating ports which causes a lot of disk activity >I get *very* poor interactive responses. Keypresses can not appear for >seconds and mouse movement is very jerky and unresponsive. > >I'm wondering if something is holding locks a long time in interrupt >handlers and causing mouse/keyboard interrupts to be lost? We have this lock called "Giant" which we're trying to get rid off... -- 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.