From owner-p4-projects@FreeBSD.ORG Fri Jun 22 12:28:26 2007 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 7A36516A474; Fri, 22 Jun 2007 12:28:26 +0000 (UTC) X-Original-To: perforce@FreeBSD.org Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 23F7516A46B for ; Fri, 22 Jun 2007 12:28:26 +0000 (UTC) (envelope-from zhouzhouyi@FreeBSD.org) Received: from ercist.iscas.ac.cn (ercist.iscas.ac.cn [124.16.138.3]) by mx1.freebsd.org (Postfix) with SMTP id 2D2F213C457 for ; Fri, 22 Jun 2007 12:28:23 +0000 (UTC) (envelope-from zhouzhouyi@FreeBSD.org) Received: (qmail 66912 invoked by uid 98); 22 Jun 2007 11:59:20 -0000 Received: from 124.16.138.62 by ercist.iscas.ac.cn (envelope-from , uid 89) with qmail-scanner-1.25 (spamassassin: 3.1.0. Clear:RC:1(124.16.138.62):SA:0(0.0/10.0):. Processed in 1.145813 secs); 22 Jun 2007 11:59:20 -0000 X-Spam-Status: No, hits=0.0 required=10.0 X-Qmail-Scanner-Mail-From: zhouzhouyi@FreeBSD.org via ercist.iscas.ac.cn X-Qmail-Scanner: 1.25 (Clear:RC:1(124.16.138.62):SA:0(0.0/10.0):. Processed in 1.145813 secs) Received: from unknown (HELO zzy.H.qngy.gscas) (zhouzhouyi@ercist.iscas.ac.cn@124.16.138.62) by 0 with SMTP; 22 Jun 2007 11:59:18 -0000 Date: Fri, 22 Jun 2007 19:54:38 +0800 From: zhouyi zhou To: rwatson@FreeBSD.org Message-Id: <20070622195438.0139156e.zhouzhouyi@FreeBSD.org> In-Reply-To: <200706221025.l5MAP5A7016487@repoman.freebsd.org> References: <200706221025.l5MAP5A7016487@repoman.freebsd.org> Organization: Institute of Software X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: perforce@FreeBSD.org Subject: Re: PERFORCE change 122140 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jun 2007 12:28:26 -0000 Sorry for the wrong design, use pipe to direct the result into userspace is foolish, because the slow reader will soon make the queue on the pipe full I will redesign this mechanism follow the line of audit. Zhouyi Zhou