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 B9BD6D1B4E3 for ; Fri, 26 Sep 2003 00:20:40 +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 87184-03 for ; Thu, 25 Sep 2003 21:20:12 -0300 (ADT) Received: from cpc-gw2.cpc.net.au (unknown [210.9.248.93]) by svr1.postgresql.org (Postfix) with ESMTP id D890AD1B508 for ; Thu, 25 Sep 2003 21:20:06 -0300 (ADT) Received: from utiba.com (ser1.cpc.net.au [192.168.0.19]) by Utiba Mail Gateway (2.2.2) with ESMTP id h8Q0KA825475; Fri, 26 Sep 2003 10:20:10 +1000 Received: from pc37.cpc.net.au (pc37.cpc.net.au [192.168.0.37]) by Utiba Mail Thingy (0.0.2) with ESMTP id h8Q0K7h13496; Fri, 26 Sep 2003 10:20:07 +1000 Content-Type: text/plain; charset="iso-8859-1" From: Philip Yarra Organization: Utiba To: Greg Stark , pgsql-hackers@postgresql.org Subject: Re: [pgsql-www] NuSphere and PostgreSQL for windows Date: Fri, 26 Sep 2003 10:20:06 +1000 User-Agent: KMail/1.4.3 References: <200309241711.h8OHBMi20283@candle.pha.pa.us> <2683.1064498510@sss.pgh.pa.us> <87n0csj3qc.fsf@stark.dyndns.tv> In-Reply-To: <87n0csj3qc.fsf@stark.dyndns.tv> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200309261020.06387.philip@utiba.com> X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200309/1270 X-Sequence-Number: 44282 On Fri, 26 Sep 2003 01:18 am, Greg Stark wrote: > Well if you're only going to do one threading API you may as well pick the > POSIX standard. Windows threading is only useful for windows, POSIX > threading would work on every other OS, Solaris, Linux, BSD, etc. > > Is there a POSIX threads wrapper for windows? Yes and no... there's no native POSIX thread wrapper, if that's what you me= an=20 (say like pthreads on OSF wraps DECThreads AFAIK).=20 There's a development effort here (http://sources.redhat.com/pthreads-win3= 2/)=20 to help those using Windows, but if it was me, I'd probably stick to native= =20 Windows threads. It's not going to be on people's machines by default. Regards, Philip.