From owner-freebsd-current@FreeBSD.ORG Wed Aug 20 03:54:05 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 615A916A4D8 for ; Wed, 20 Aug 2003 03:54:05 -0700 (PDT) Received: from hysteria.spc.org (hysteria.spc.org [195.206.69.234]) by mx1.FreeBSD.org (Postfix) with SMTP id 2003B43F75 for ; Wed, 20 Aug 2003 03:54:04 -0700 (PDT) (envelope-from bms@hysteria.spc.org) Received: (qmail 20055 invoked by uid 5013); 20 Aug 2003 10:51:06 -0000 Date: Wed, 20 Aug 2003 11:51:06 +0100 From: Bruce M Simpson To: Terry Lambert Message-ID: <20030820105106.GA26634@spc.org> References: <20030819110750.Q452@alpha.siliconlandmark.com> <20030819171155.GC5141@dan.emsphone.com> <3F432D41.F8FD5834@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F432D41.F8FD5834@mindspring.com> User-Agent: Mutt/1.4.1i Organization: SPC cc: Dan Nelson cc: current@freebsd.org cc: Andre Guibert de Bruet Subject: Re: fwcontrol -r missing a close() call 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: Wed, 20 Aug 2003 10:54:05 -0000 On Wed, Aug 20, 2003 at 01:11:45AM -0700, Terry Lambert wrote: > I used to think this way too. Then I had to deal with some > multithreaded applications that failed to pthread_join() or > pthread_kill() their threads, AND with applications that had I'm using kqueue() instead for my current project. BMS