|
Home > Archive > PostgreSQL JDBC > September 2005 > JDBC driver bug?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| yoursoft@freemail.hu 2005-09-22, 9:24 am |
| Dear Developers,
First, sorry my bad English.
My platform:
- postgresql 8.0.3 and 8.0.0 with SuSE Linux.
- java 1.5 update 4 (problem with it), java 1.4.2 (working without problem)
- jdbc 3 driver 312 (latest stable)
I found the following problem:
If I connect to the database from local host with java 1.5, or with java
1.4.2 from other box everything is good (connection time <1 sec).
When I connect to the database on other box, there is slow connection
(5-6 sec).
If you have any other question, please mail it.
Regards,
Ferenc
---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faq
| |
| Csaba Nagy 2005-09-22, 9:24 am |
| This kind of problems usually are caused by your network/networking code
and not postgres itself. I bet there's some DNS resolution overhead and
the different java versions you're using have different DNS
resolution/caching policies. I would take a look at DNS as a first
suspect.
HTH,
Csaba.
On Thu, 2005-09-22 at 15:25, yoursoft@freemail.hu wrote:
> Dear Developers,
>
> First, sorry my bad English.
> My platform:
> - postgresql 8.0.3 and 8.0.0 with SuSE Linux.
> - java 1.5 update 4 (problem with it), java 1.4.2 (working without problem)
> - jdbc 3 driver 312 (latest stable)
>
> I found the following problem:
> If I connect to the database from local host with java 1.5, or with java
> 1.4.2 from other box everything is good (connection time <1 sec).
> When I connect to the database on other box, there is slow connection
> (5-6 sec).
>
> If you have any other question, please mail it.
>
> Regards,
> Ferenc
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq
---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster
|
|
|
|
|