X-Original-To: pgsql-hackers-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [64.117.224.130]) by svr1.postgresql.org (Postfix) with ESMTP id EFA2ED1B51F for ; Fri, 26 Sep 2003 06:35:15 +0000 (GMT) Received: from svr1.postgresql.org ([64.117.224.193]) by localhost (neptune.hub.org [64.117.224.130]) (amavisd-new, port 10024) with ESMTP id 45057-09 for ; Fri, 26 Sep 2003 03:35:06 -0300 (ADT) Received: from smtp.pspl.co.in (unknown [202.54.11.65]) by svr1.postgresql.org (Postfix) with ESMTP id 446FED1B502 for ; Fri, 26 Sep 2003 03:35:04 -0300 (ADT) Received: (from root@localhost) by smtp.pspl.co.in (8.12.9/8.12.9) id h8Q6aM9f004981 for ; Fri, 26 Sep 2003 12:06:22 +0530 Received: from persistent.co.in (daithan.intranet.pspl.co.in [192.168.7.161]) (authenticated bits=0) by persistent.co.in (8.12.9/8.12.9) with ESMTP id h8Q6aLas004955; Fri, 26 Sep 2003 12:06:21 +0530 Message-ID: <3F73DE98.2080601@persistent.co.in> Date: Fri, 26 Sep 2003 12:07:12 +0530 From: Shridhar Daithankar Organization: Persistent Systems Pvt. Ltd. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030917 Thunderbird/0.3a X-Accept-Language: en-us, en MIME-Version: 1.0 To: Greg Stark Cc: pgsql-hackers@postgresql.org Subject: Re: [pgsql-www] NuSphere and PostgreSQL for windows References: <200309241711.h8OHBMi20283@candle.pha.pa.us> <1064492591.25702.2084.camel@camel> <1794.1064494772@sss.pgh.pa.us> <3F72F0CF.8050108@persistent.co.in> <2683.1064498510@sss.pgh.pa.us> <3F72F85A.5040600@persistent.co.in> <87he30j255.fsf@stark.dyndns.tv> In-Reply-To: <87he30j255.fsf@stark.dyndns.tv> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200309/1281 X-Sequence-Number: 44293 Greg Stark wrote: > Shridhar Daithankar writes: > > >>The little pthreads programming I did on linux/freeBSD tells me that it >>supports majority of features except TLS(linux2.4/linuxthreads) and per thread >>signals. > > > LinuxThreads is dead. NPTL is the way and the light. > > It has ELF TLS which for super-fast thread-local storage, proper per-thread > signal semantics, as well as not using USR1,USR2 in ways that mess up > signal-handling. It also has kernel support for user-space mutexes (strange as > that may sound). Well.. Linuxthreads or NPTL, they are going to conform to pthreads standard right? In fact NPTL is supposed to be better conformant than linuxthreads. Shridhar