Re: What is happening on buildfarm member baiji?

Zeugswetter Andreas DCP SD <zeugswettera@spardat.at>

From: "Zeugswetter Andreas ADI SD" <ZeugswetterA@spardat.at>
To: "Magnus Hagander" <magnus@hagander.net>, "Tom Lane" <tgl@sss.pgh.pa.us>
Cc: "Andrew Dunstan" <andrew@dunslane.net>, "Dave Page" <dpage@postgresql.org>, <pgsql-hackers@postgresql.org>
Date: 2007-06-04T10:02:33Z
Lists: pgsql-hackers
> > > Given this, I propose we simply #ifdef out the SO_REUSEADDR on
win32.

I agree, that this is what we should do.

> > > (A fairly good reference to read up on the options is at 
> > > http://msdn2.microsoft.com/en-us/library/ms740621.aspx
> > 
> > Hmm ... if accurate, that page says in words barely longer than one 
> > syllable that Microsoft entirely misunderstands the intended meaning

> > of SO_REUSEADDR.
> 
> Yes, that's how I read it as well.
> 
> > It looks like SO_EXCLUSIVEADDRUSE might be a bit closer to the 
> > standard semantics; should we use that instead on Windoze?
> 
> I think you're reading something wrong. The way I read it, 
> SO_EXCLUSIVEADDRUSE gives us pretty much the same behavior we have on
Unix
> *without* SO_REUSEADDR. There's a paragraph specificallyi 
> talking about the problem of restarting a server having to 
> wait for a timeout when using this switch.

Yup, that switch is no good eighter.

Andreas