J
jeremy
Video
Why PostgreSQL Needs a Connection Pool: One Operating System Process Per Connection
PostgreSQL uses a process-per-connection model: a supervising backend accepts each incoming connection and forks a dedicated operating system process for it, which is destroyed when the connection cl…