From owner-freebsd-threads@FreeBSD.ORG Mon Feb 21 07:44:50 2005 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 4387D16A4CE; Mon, 21 Feb 2005 07:44:50 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D12F43D3F; Mon, 21 Feb 2005 07:44:50 +0000 (GMT) (envelope-from davidxu@t2t2.com) Received: from t2t2.com (davidxu@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1L7iejh009849; Mon, 21 Feb 2005 07:44:48 GMT (envelope-from davidxu@t2t2.com) Message-ID: <42199148.8040104@t2t2.com> Date: Mon, 21 Feb 2005 15:44:08 +0800 From: David Xu User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030723 Thunderbird/0.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Eischen References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: threads@freebsd.org cc: Robert Watson cc: David Xu Subject: Re: libpthread vs libthread, simply mysql benchmark (fwd) 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: Mon, 21 Feb 2005 07:44:50 -0000 There are lots of differences, I don't think they are the same thing. Although it was derived from libpthread, now it is a new library, I rewrote most part of code. Daniel Eischen wrote: > On Mon, 21 Feb 2005, David Xu wrote: > > >>May I import the library into tree ? I remembered that someone said if >>it is not >>in cvs tree, few of people will try it. if people tried it, and find it >>is not valuable, >>I can remove it from tree. > > > I would rather have you incorporate it into libpthread if you can > add the SCHED_* and priority mutex support. >