Re: Problem executing remote SELECT's (through internet) with JDBC

From: "Agustin CS" <agustincs1(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Problem executing remote SELECT's (through internet) with JDBC
Date: 2008-02-25 18:45:41
Message-ID: 9fb413bd0802251045h28a43e42x885b333cb2828894@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

>
> Without a detailed TCP trace I can't be sure but it sounds like perhaps
> you have a path MTU discovery problem between the server and client, or
> something similar. I suspect that when you turn on driver debugging, you
> will see the driver just stop receiving new data from the network at
> some point.

Exactly, the cause of the remote SELECT execution (through Internet) failure
was the MTU. After decrease the MTU value in Kubuntu, the remote SELECT
execution works fine.

Thanks Oliver

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Uzma Khawaja 2008-02-25 19:04:07 Open Source Process
Previous Message mljv 2008-02-24 12:50:15 Re: Does "preparing" a PreparedStatement really help?