Bruce Momjian <[EMAIL PROTECTED]> 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.
Have we beat this issue to death yet, or is it still twitching?
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
- [HACKERS] Re: SOMAXCONN (was Re: Solaris source code) Ian Lance Taylor
- Re: [HACKERS] Re: SOMAXCONN (was Re: Solaris source ... Tom Lane
- Re: [HACKERS] Re: SOMAXCONN (was Re: Solaris source ... Peter Eisentraut
- Re: [HACKERS] Re: SOMAXCONN (was Re: Solaris source ... Tom Lane
- Re: [HACKERS] Re: SOMAXCONN (was Re: Solaris sou... Nathan Myers
- Re: [HACKERS] Re: SOMAXCONN (was Re: Solaris source ... Bruce Momjian
- Re: [HACKERS] Re: SOMAXCONN (was Re: Solaris source ... Tom Lane
- Re: [HACKERS] Re: SOMAXCONN (was Re: Solaris sou... Bruce Momjian
- Re: [HACKERS] Re: SOMAXCONN (was Re: Solaris sou... Peter Eisentraut
- Re: [HACKERS] Re: SOMAXCONN (was Re: Solaris source ... Nathan Myers
- [HACKERS] Re: SOMAXCONN (was Re: Solaris source code... Nathan Myers
- Re: [HACKERS] Re: SOMAXCONN (was Re: Solaris source ... Peter Eisentraut
- Re: [HACKERS] Re: SOMAXCONN (was Re: Solaris sou... Nathan Myers
- [HACKERS] Re: SOMAXCONN (was Re: Solaris source code... mlw
- Re: [HACKERS] Re: SOMAXCONN (was Re: Solaris source ... Tom Lane
- [HACKERS] Re: SOMAXCONN (was Re: Solaris source code... mlw
- [HACKERS] Re: SOMAXCONN (was Re: Solaris source code... Tom Lane
