Re: threads stuff/UnixWare

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Zeugswetter Andreas SB SD <ZeugswetterA(at)spardat(dot)at>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: threads stuff/UnixWare
Date: 2004-05-13 13:44:14
Message-ID: 4E10C489C562ADC1DD61A7CD@lerlaptop.lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

--On Thursday, May 13, 2004 09:18:21 -0400 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
wrote:

> Larry Rosenman <ler(at)lerctr(dot)org> writes:
>> I did get a note from my SCO contacts that they are looking into how
>> to make it easier for stuff to be threads ready, but I don't expect
>> that to be ready for 7.5 release.
>
>> The -Kpthread on all libpq using programs is the easiest way FOR NOW.
>
> Hmm. If there is work happening at the platform level to improve
> matters, then I'd definitely vote for taking the simplest solution
> (ie -Kpthread everywhere) for now. We can always do all that other
> work later if nothing gets fixed; but why invest a lot of work for
> what might be only a short-term problem?
I agree. the only issue is how to set up our makefiles to only do the
-Kpthread/-pthreads(gcc) flags on the client code, and not do it for
the backend itself.

>
> regards, tom lane

--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-05-13 14:04:05 Re: threads stuff/UnixWare
Previous Message Tom Lane 2004-05-13 13:43:42 Re: relcache refcount