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

From Scott Goldstein
Subject Client Connection vs. JDBC Connections vs. Postgres processes
Date
Msg-id 20050726225613.55285.qmail@web81909.mail.mud.yahoo.com
Whole thread Raw
Responses Re: Client Connection vs. JDBC Connections vs. Postgres processes  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc
Is the following equation true?
 
Postgres Client Connections = Open JDBC Connections = Postgres server processes
 
If so, I can configure the max for each through "max_connections" property, correct? 
If not, how do they relate and how do I configure the resource limits?
 
Thanks.
 
Scott

pgsql-jdbc by date:

Previous
From: Christian Cryder
Date:
Subject: Re: work in progress: timestamp patch
Next
From: Oliver Jowett
Date:
Subject: Re: Timestamp weirdness