Re: Let's make PostgreSQL multi-threaded - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Let's make PostgreSQL multi-threaded
Date
Msg-id cb999631-790f-72b2-ada3-b1945be9763a@eisentraut.org
Whole thread Raw
In response to Re: Let's make PostgreSQL multi-threaded  (Andres Freund <andres@anarazel.de>)
Responses Re: Let's make PostgreSQL multi-threaded
Re: Let's make PostgreSQL multi-threaded
List pgsql-hackers
On 07.06.23 23:30, Andres Freund wrote:
> Yea, we definitely need the supervisor function in a separate
> process. Presumably that means we need to split off some of the postmaster
> responsibilities - e.g. I don't think it'd make sense to handle connection
> establishment in the supervisor process. I wonder if this is something that
> could end up being beneficial even in the process world.

Something to think about perhaps ... how would that be different from 
using an existing external supervisor process like systemd or supervisord.



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Let's make PostgreSQL multi-threaded
Next
From: Thomas Kellerer
Date:
Subject: Re: Let's make PostgreSQL multi-threaded