Re: Re: SOMAXCONN (was Re: Solaris source code) - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Re: SOMAXCONN (was Re: Solaris source code)
Date
Msg-id 200107111729.f6BHT2J16134@candle.pha.pa.us
Whole thread Raw
In response to Re: Re: SOMAXCONN (was Re: Solaris source code)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > Don't we have maxbackends configurable at runtime.
> 
> Not after postmaster start, so passing it to the initial listen()
> shouldn't be a problem.
> 
> The other concern I had could be addressed by making the listen
> parameter be MIN(MaxBackends, PG_SOMAXCONN) where PG_SOMAXCONN
> is set in config.h --- but now we could make the default value
> really large, say 10000.  The only reason to change it would be
> if you had a kernel that barfed on large listen() parameters.

Sounds good to me.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Re: SOMAXCONN (was Re: Solaris source code)
Next
From: Bruce Momjian
Date:
Subject: Re: [GENERAL] Re: Multiple Indexing, performance impact