From owner-freebsd-hackers@FreeBSD.ORG Fri Jan 23 09:42:02 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DA3116A4CE for ; Fri, 23 Jan 2004 09:42:02 -0800 (PST) Received: from smtp-ft5.fr.colt.net (smtp-ft5.fr.colt.net [213.41.78.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BBF943D2F for ; Fri, 23 Jan 2004 09:42:00 -0800 (PST) (envelope-from rmkml@wanadoo.fr) Received: from [192.168.1.15] (ns1.epinetworx.com [213.41.61.153] (may be forged)) by smtp-ft5.fr.colt.net with ESMTP id i0NHfrZ06126 for ; Fri, 23 Jan 2004 18:41:55 +0100 Date: Fri, 23 Jan 2004 18:37:55 +0100 (CET) From: rmkml X-X-Sender: rmkml@hp To: hackers@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: fopen() on a pipe blocks multi threated applications. X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jan 2004 17:42:02 -0000 Hi fopen() on a pipe blocks multi threated applications. If pipe is not ready for reading, fopen blocks every thread until STREAM is ready. Is there a good reason for this ? Regards Rmkml@Wanadoo.fr