Re: Interrupts vs signals - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Interrupts vs signals
Date
Msg-id 2808469.1722273861@sss.pgh.pa.us
Whole thread Raw
In response to Re: Interrupts vs signals  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Interrupts vs signals
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> I wonder how this works right now. Is there something that limits the
> number of authentication requests that can be in flight concurrently,
> or is it completely uncapped (except by machine resources)?

The former.  IIRC, the postmaster won't spawn more than 2X max_connections
subprocesses (don't recall the exact limit, but it's around there).

            regards, tom lane



pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Interrupts vs signals
Next
From: "Rui Zhao"
Date:
Subject: Re:Detach shared memory in Postmaster child if not needed