Erwin Ambrosch <ambre@ebutec.com> writes:
> when I want to increase the max. number of connections for a
> portmaster: Do I have to recompile? Or is there another way to do
> this?
Restart postmaster with -N num-connects. If you want more than 1024
though, you'll have to increase MAXBACKENDS in include/config.h and
rebuild.
(From Momjian's book.)
--
"Premature optimization is the root of all evil." --Donald Knuth