Re: Problem executing remote SELECT's (through internet) with JDBC - Mailing list pgsql-jdbc

From Agustin CS
Subject Re: Problem executing remote SELECT's (through internet) with JDBC
Date
Msg-id 9fb413bd0802251045h28a43e42x885b333cb2828894@mail.gmail.com
Whole thread Raw
In response to Re: Problem executing remote SELECT's (through internet) with JDBC  (Oliver Jowett <oliver@opencloud.com>)
List 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
 

pgsql-jdbc by date:

Previous
From: mljv@planwerk6.de
Date:
Subject: Re: Does "preparing" a PreparedStatement really help?
Next
From: Uzma Khawaja
Date:
Subject: Open Source Process