From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Dave Page <dpage(at)postgresql(dot)org>, Magnus Hagander <magnus(at)hagander(dot)net>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: What is happening on buildfarm member baiji? |
Date: | 2007-05-14 13:47:57 |
Message-ID: | 4648688D.3090001@dunslane.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Tom Lane wrote:
> Setting the SO_REUSEADDR option allows the local socket address to be
> reused in subsequent calls to bind(). This permits multiple
> SOCK_STREAM sockets to be bound to the same local address, as long as
> all existing sockets with the desired local address are in a connected
> state before bind() is called for a new socket.
>
> The bit about "connected state" is relevant here --- a listening socket
> isn't connected. Time for more caffeine.
>
>
That's what I thought it meant. I am glad to see that I am not quite as
out of date as I thought I must be reading upthread :-)
cheers
andrew
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2007-05-14 13:48:17 | Re: What is happening on buildfarm member baiji? |
Previous Message | Heikki Linnakangas | 2007-05-14 13:41:25 | Re: Automatic adjustment of bgwriter_lru_maxpages |