Multi-thread use of a connection

From: "Chris White" <cjwhite(at)cisco(dot)com>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Multi-thread use of a connection
Date: 2002-07-22 21:12:11
Message-ID: 009401c231c4$72decbb0$ff926b80@amer.cisco.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

The documentation states the jdbc driver is thread safe allowing multiple
threads to share the same connection. The documentation only talks about
queries. So my question is: What if 2 threads are doing transactions and one
wants to commit its data, does this mean that the other threads data will
also be committed even though it hasn't completed it's transaction or is the
driver aware of this?

Chris White

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2002-07-22 22:04:52 Re: Multi-thread use of a connection
Previous Message Chris White 2002-07-22 21:06:29 Writing Large Objects