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 C6DE1D1B4FF for ; Thu, 25 Sep 2003 15:19:39 +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 17024-01 for ; Thu, 25 Sep 2003 12:19:08 -0300 (ADT) Received: from smtp.istop.com (dci.doncaster.on.ca [66.11.168.194]) by svr1.postgresql.org (Postfix) with ESMTP id 88D41D1B4E2 for ; Thu, 25 Sep 2003 12:19:07 -0300 (ADT) Received: from stark.dyndns.tv (gsstark.mtl.istop.com [66.11.160.162]) by smtp.istop.com (Postfix) with ESMTP id 9FA4A36974; Thu, 25 Sep 2003 11:18:51 -0400 (EDT) Received: from localhost ([127.0.0.1] helo=stark.dyndns.tv ident=foobar) by stark.dyndns.tv with smtp (Exim 3.36 #1 (Debian)) id 1A2XtL-0005e0-00; Thu, 25 Sep 2003 11:18:51 -0400 To: 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> In-Reply-To: <2683.1064498510@sss.pgh.pa.us> From: Greg Stark Organization: The Emacs Conspiracy; member since 1992 Date: 25 Sep 2003 11:18:51 -0400 Message-ID: <87n0csj3qc.fsf@stark.dyndns.tv> Lines: 20 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200309/1234 X-Sequence-Number: 44246 Tom Lane writes: > Shridhar Daithankar writes: > > Considering this could be a configure time option, you mean to say > > that even on Unix we could get threaded postgresql which would not > > require any shared buffers but instead operate upon local shared > > buffers only? > > Only if we were prepared to support multiple, no doubt incompatible > threading libraries, which is exactly what I wasn't volunteering us for. 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? -- greg