From owner-freebsd-questions@FreeBSD.ORG Tue Oct 7 09:18:38 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 075B31065690 for ; Tue, 7 Oct 2008 09:18:38 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 2816F8FC0C for ; Tue, 7 Oct 2008 09:18:36 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m979IYhc005888; Tue, 7 Oct 2008 11:18:34 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m979IW46005885; Tue, 7 Oct 2008 11:18:34 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Tue, 7 Oct 2008 11:18:32 +0200 (CEST) From: Wojciech Puchar To: Roland Smith In-Reply-To: <20081006215749.GA68933@slackbox.xs4all.nl> Message-ID: <20081007111712.X5855@wojtek.tensor.gdynia.pl> References: <20081006221523.P3921@wojtek.tensor.gdynia.pl> <20081006215749.GA68933@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: TRUE realtime priority X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2008 09:18:38 -0000 > Well, basically you are the only one who can answer that. And that's not > a paradox or an attempt at humor. You should investigate. Maybe > interrupts aren't processed fast enough (hardware sharing an > interrupt?), or memory or kernel resources are low. well last night i tested it with SCHED_4BSD instead of sched_ule, reduced quantum to 20000 from 100000 and for now - no voice chopping under high load. but i will test it more.