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

From Peter Eisentraut
Subject Re: Re: SOMAXCONN (was Re: Solaris source code)
Date
Msg-id Pine.LNX.4.30.0107111944130.679-100000@peter.localdomain
Whole thread Raw
In response to Re: Re: SOMAXCONN (was Re: Solaris source code)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane writes:

> 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.

We'll never find that out if we don't try it.  If you're concerned about
cooperating with other listen()ing processes, set it to MaxBackends * 2,
if you're not, set it to INT_MAX and watch.

-- 
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter



pgsql-hackers by date:

Previous
From: "gabriel"
Date:
Subject: LOG PgSql ..
Next
From: Bruce Momjian
Date:
Subject: Re: [JDBC] Re: JDBC adaptor issue