| From: | Kris Jurka <books(at)ejurka(dot)com> |
|---|---|
| To: | Nicolas Modrzyk <Nicolas(dot)Modrzyk(at)inrialpes(dot)fr> |
| Cc: | pgsql-jdbc(at)postgresql(dot)org |
| Subject: | Re: Question reminder |
| Date: | 2004-12-06 09:04:46 |
| Message-ID: | Pine.BSO.4.56.0412060401390.4347@leary.csoft.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-jdbc |
On Mon, 6 Dec 2004, Nicolas Modrzyk wrote:
> Hi All,
>
> I did not see any answer to the following question:
> http://archives.postgresql.org/pgsql-jdbc/2004-12/msg00001.php
>
You've shown a java client thread waiting for a response from the
database. You've haven't shown that this is actually a problem. You
mention it is part of a stress test, so maybe it's just taking its sweet
time. Maybe it's blocked by another operation. I don't think this is a
problem with the JDBC driver and I'm skeptical that it's a problem with
the backend. Why do you think this is a real problem and not just
waiting?
Kris Jurka
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Kris Jurka | 2004-12-06 09:10:18 | Re: ResultSet got NullPointerException on getMetaData calls |
| Previous Message | Nicolas Modrzyk | 2004-12-06 09:02:52 | Question reminder |