Re: Client Connection vs. JDBC Connections vs. Postgres processes - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Client Connection vs. JDBC Connections vs. Postgres processes
Date
Msg-id 42E6C94F.10300@opencloud.com
Whole thread Raw
In response to Client Connection vs. JDBC Connections vs. Postgres processes  (Scott Goldstein <sgoldstein@apache.org>)
List pgsql-jdbc
Scott Goldstein wrote:

> Postgres Client Connections = Open JDBC Connections = Postgres server
> processes

Each Connection made using the postgres JDBC driver opens a connection
to the postmaster resulting in a new server process, yes. You might have
other postgres clients, too, and you might have non-postgres JDBC
connections that obviously don't affect the postmaster.

> If so, I can configure the max for each through "max_connections"
> property, correct?

Yeah.

-O

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: Configuring Connections
Next
From: Michael Allman
Date:
Subject: jdbc xa patches