Re: use connection pooling - Mailing list pgsql-jdbc

From Guy Rouillier
Subject Re: use connection pooling
Date
Msg-id 45CBC58B.9010401@burntmail.com
Whole thread Raw
In response to Re: use connection pooling  (John R Pierce <pierce@hogranch.com>)
Responses Re: use connection pooling
Re: use connection pooling
List pgsql-jdbc
John R Pierce wrote:
> 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)

Well, with any network communication, there are multiple layers of
protocols involved.  You took it one layer below JDBC, but we could keep
on going down to the physical layer link protocol.  Since the O.P. was
asking on a JDBC mailing list, I assumed he was interested in that layer.

--
Guy Rouillier

pgsql-jdbc by date:

Previous
From: John R Pierce
Date:
Subject: Re: use connection pooling
Next
From: James Neff
Date:
Subject: Re: use connection pooling