Re: [pgsql-hackers-win32] [PATCHES] Compiling libpq with VisualC - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [pgsql-hackers-win32] [PATCHES] Compiling libpq with VisualC
Date
Msg-id 200406111817.i5BIHPl23473@candle.pha.pa.us
Whole thread Raw
In response to Re: [pgsql-hackers-win32] [PATCHES] Compiling libpq with VisualC  (Andreas Pflug <pgadmin@pse-consulting.de>)
List pgsql-hackers
Andreas Pflug wrote:
> Bruce Momjian wrote:
>
> >
> >What is the recommended way to create mutex objects (CreateMutex) from
> >Win32 libraries?  There must be a clean way like there is in pthreads.
> >
>
> It's having a central one-time called routine executing CreateMutex.
> This can be DllMain, *if* used as DLL, but that's certainly no solution
> for static linkage. This would require some PQinitThreadStuff() routine,
> which may be called only once (and ultimately can't check for that
> itself, if you don't trust a static var).

Ewe.  Well, I am not excited about adding a thread capability for Win32
that isn't 100% guaranteed to work.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-hackers by date:

Previous
From: Andreas Pflug
Date:
Subject: Re: [pgsql-hackers-win32] [PATCHES] Compiling libpq with VisualC
Next
From: Tom Lane
Date:
Subject: Re: [PATCHES] serverlog function (log_destination file)