Client Connection vs. JDBC Connections vs. Postgres processes

From: Scott Goldstein <sgoldstein(at)apache(dot)org>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Client Connection vs. JDBC Connections vs. Postgres processes
Date: 2005-07-26 22:56:13
Message-ID: 20050726225613.55285.qmail@web81909.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2005-07-26 23:17:47 Re: Timestamp weirdness
Previous Message Christian Cryder 2005-07-26 19:47:40 Re: work in progress: timestamp patch