Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

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



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



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group