Re: Mixing threaded and non-threaded

From: Manfred Spraul <manfred(at)colorfullife(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Steve Atkins <steve(at)blighty(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Mixing threaded and non-threaded
Date: 2004-01-27 21:33:40
Message-ID: 4016D934.8050607@colorfullife.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian wrote:

>Woh, as far as I know, any application should run fine with -lpthread,
>threaded or not. What OS are you on? This is the first I have heard of
>this problem.
>
>
Perhaps we should try to figure out how other packages handle
multithreaded/singlethreaded libraries? I'm looking at openssl right
now, and openssl never links against libpthread: The caller is
responsible for registering the locking primitives.

--
Manfred

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message ohp 2004-01-27 21:34:46 Write cache
Previous Message Hannu Krosing 2004-01-27 21:22:14 Re: Another optimizer question