Re: Deadlock problem

Поиск
Список
Период
Сортировка
От Andres Olarte
Тема Re: Deadlock problem
Дата
Msg-id 3fccaa690511191652s384fd84v41708ff2481660cb@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Deadlock problem  (Andrew Sullivan <ajs@crankycanuck.ca>)
Список pgsql-jdbc
There's also the option of using a queue that's accessed by various threads and a single thread with a single connection that actually talks with the DB. I've been sucessfull with this aproach, at least in a very particular and well defined scenario. As for reiventing the wheel, it's probably very pointless and prone to erros like Andrew mentions.  The DB has transactions, they work well, use them to your advantage.

Andres

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

Предыдущее
От: pedro farinha
Дата:
Сообщение: Re: Again the JSCreator and Metadata issues
Следующее
От: Jojo Paderes
Дата:
Сообщение: Re: implementing setObject(n, java array[])