Re: [Mingw-users] How to build thread-safe postgresql 8.x on

From: Matt England <mengland(at)mengland(dot)net>
To: mingw-users(at)lists(dot)sourceforge(dot)net, "pgsql-ports(at)postgresql(dot)org" <pgsql-ports(at)postgresql(dot)org>
Cc: mengland(at)mengland(dot)net
Subject: Re: [Mingw-users] How to build thread-safe postgresql 8.x on
Date: 2006-03-06 16:35:35
Message-ID: 6.1.2.0.2.20060306103250.06392400@127.0.0.1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Hi Merrill et al,

At 3/6/2006 10:25 AM, Merrill Cornish wrote:
>Are you using C++? If so, checkout the Boost threads library
>(www.boost.org). Boost's goal is portability across compilers and
>OSes. In the case of threads, it will use whatever threads library,
>including pthreads, are on the local system.

Thanks for the tip. Yes, my project is C++ based, and we use Boost
extensively (and not just for threads). We have begun to use Boost threads
as an implementation of our internal process-thread "wrapper" (we were
previously only using ACE <http://www.cs.wustl.edu/~schmidt/ACE.html>).

However, I don't see how our usage of Boost in my project's code is going
to get around the postgresql-8.1.3 build problems under mingw as per my
original email. Maybe I'm missing something?

-Matt

Browse pgsql-ports by date

  From Date Subject
Next Message Matt England 2006-03-06 22:07:44 Re: [Mingw-users] How to build thread-safe postgresql 8.x on
Previous Message Matt England 2006-03-06 16:14:33 How to build thread-safe postgresql 8.x on mingw?