From owner-freebsd-threads@FreeBSD.ORG Thu Jun 19 20:42:40 2003 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA69837B401 for ; Thu, 19 Jun 2003 20:42:40 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3AD343F3F for ; Thu, 19 Jun 2003 20:42:39 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h5K3gZXh018386; Thu, 19 Jun 2003 23:42:36 -0400 (EDT) Date: Thu, 19 Jun 2003 23:42:35 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Mike Makonnen In-Reply-To: <20030620032237.PMLR27254.pop017.verizon.net@kokeb.ambesa.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: agapon@cv-nj.com cc: threads@freebsd.org Subject: Re: Removal of bogus gethostbyaddr_r() X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2003 03:42:41 -0000 On Thu, 19 Jun 2003, Mike Makonnen wrote: > On Thu, 19 Jun 2003 23:01:57 -0400 (EDT) > Daniel Eischen wrote: > > > > > We should try to handle it the same way (libthr, libkse) > > if possible. Shoot me some email if you ever want to > > address the problem. > > I don't like the added complexity that they would introduce in the pthreads > libraries, so I don't plan on working on it. I think it can be solved > differently, but I'll have to do some work before I can say for sure. I don't > object to someone else implementing it, though :-) Sure, if it can be done without pthread keys, that's fine. As long as it's not TLS! :-) -- Dan Eischen