Re: use connection pooling

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: use connection pooling
Date: 2007-02-08 18:22:27
Message-ID: 45CB6A63.6020403@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Guy Rouillier wrote:
> janaka priyadarshana wrote:
>> hi all
>>
>>
>> my database server is running on one machine and the application is
>> running on another machine(simple java application use to access the
>> database).
>>
>> so i want to know, what is the protocol that use to communicate
>> between those two applications...?
>
> JDBC.
>

not exactly. JDBC is the API your app uses to access the database.
the JDBC class libraries for postgres on the client system will use
postgres's native protocol to talk to the PG Server (default of 5432/tcp)

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Guy Rouillier 2007-02-09 00:51:23 Re: use connection pooling
Previous Message Guy Rouillier 2007-02-08 17:26:01 Re: use connection pooling