From owner-freebsd-current Thu Jun 28 12:23:48 2001 Delivered-To: freebsd-current@freebsd.org Received: from valcho.net (valcho.net [206.162.201.61]) by hub.freebsd.org (Postfix) with ESMTP id 63D0937B406; Thu, 28 Jun 2001 12:23:45 -0700 (PDT) (envelope-from valentin@valcho.net) Received: from localhost (valentin@localhost) by valcho.net (8.11.3/8.11.3) with ESMTP id f5SJNi650024; Thu, 28 Jun 2001 15:23:44 -0400 (EDT) (envelope-from valentin@valcho.net) Date: Thu, 28 Jun 2001 15:23:44 -0400 (EDT) From: Valentin Chopov To: , Subject: FreeBSD 4.3: "tail -f" on fifos consumes a lot of CPU time Message-ID: <20010628150955.S49104-100000@valcho.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I found that a tail -f on fifos consumes a lot of CPU time on 4.3-stable. On 5.0-current everything seems fine. Thanks, Val Here is an example: ---- mkfifo fifo while true; do echo bla-bla > fifo; sleep 1; done & tail -f fifo ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message