Re: Keepalives win32 - Mailing list pgsql-hackers

From Andrew Chernow
Subject Re: Keepalives win32
Date
Msg-id 4C28F445.1020107@esilo.com
Whole thread Raw
In response to Re: Keepalives win32  (Magnus Hagander <magnus@hagander.net>)
List 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/


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: hstore ==> and deprecate =>
Next
From: Josh Berkus
Date:
Subject: Re: Propose Beta3 for July