Multi-thread use of a connection

Поиск
Список
Период
Сортировка
От Chris White
Тема Multi-thread use of a connection
Дата
Msg-id 009401c231c4$72decbb0$ff926b80@amer.cisco.com
обсуждение исходный текст
Ответы Re: Multi-thread use of a connection  (Dave Cramer <davec@ebox.com>)
Список 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

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Chris White"
Дата:
Сообщение: Writing Large Objects
Следующее
От: "G.L. Grobe"
Дата:
Сообщение: XAER_RMERR warnings and rollback exceptions