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

Поиск
Список
Период
Сортировка
От Agustin CS
Тема Re: Problem executing remote SELECT's (through internet) with JDBC
Дата
Msg-id 9fb413bd0802251045h28a43e42x885b333cb2828894@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Problem executing remote SELECT's (through internet) with JDBC  (Oliver Jowett <oliver@opencloud.com>)
Список 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 по дате отправления:

Предыдущее
От: mljv@planwerk6.de
Дата:
Сообщение: Re: Does "preparing" a PreparedStatement really help?
Следующее
От: Uzma Khawaja
Дата:
Сообщение: Open Source Process