Re: Locking on PGStream.ReceiveChar(PGStream.java:256)

From: Marcin Waldowski <M(dot)Waldowski(at)sulechow(dot)net>
To: Mark Lewis <mark(dot)lewis(at)mir3(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Locking on PGStream.ReceiveChar(PGStream.java:256)
Date: 2006-12-01 21:37:47
Message-ID: 4570A0AB.5050806@sulechow.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Yes, I'm sure that no more than one thread is using a Connection at the
same time.

Im almost sure that unfortunately it is bug of PostgreSQL Windows port
(http://archives.postgresql.org/pgsql-hackers/2006-10/msg00289.php)
as Kris Jurka previously said.

Marcin

Mark Lewis wrote:
> You may want to confirm that no more than one thread is using a
> Connection (or a statement/resultset off of that connection) at the same
> time. A couple of folks on this list have reported similar stalls that
> were resolved by single-threading access to each Connection.
>
> -- Mark
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Marcin Waldowski 2006-12-01 21:55:33 Re: Locking on PGStream.ReceiveChar(PGStream.java:256)
Previous Message matrixx 2006-12-01 18:23:53 Re: release for 8.2