Re: Keepalives win32

From: Andrew Chernow <ac(at)esilo(dot)com>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Keepalives win32
Date: 2010-06-28 19:13:09
Message-ID: 4C28F445.1020107@esilo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


>>
>> It seems faily simple to yank these values out, no? Even easier if you use
>> the all-in-wonder shell function SHGetValue().
>
> We don't want to use that function, because it brings in a bunch of
> extra dependencies. This makes libpq.dll more heavyweight and more
> importantly, decreases the number of parallell connections we can deal
> with on the server side (on win32 at least, not sure about win64).
>

Oh, didn't know that. Are the standard reg functions, open/query/close
really that bad? Can't be any worse than the security api or MAPI hell ;)

--
Andrew Chernow
eSilo, LLC
every bit counts
http://www.esilo.com/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2010-06-28 19:23:28 Re: Propose Beta3 for July
Previous Message Tom Lane 2010-06-28 19:10:13 Re: hstore ==> and deprecate =>