Re: Concurrency supported?

Поиск
Список
Период
Сортировка
От Joseph Shraibman
Тема Re: Concurrency supported?
Дата
Msg-id 3A9AF866.436C35E0@selectacast.net
обсуждение исходный текст
Ответ на Re: Concurrency supported?  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Re: Concurrency supported?  (Peter Mount <peter@retep.org.uk>)
Список pgsql-jdbc
Peter Eisentraut wrote:
>
> Ingo Luetkebohle writes:
>
> > how good is concurrency supported in the JDBC driver? For example, if
> > I have a small process with about 50 threads, some of them requesting
> > large objects, will one JDBC connection suffice? If one thread is
> > executing a large select which takes seconds to execute, will other
> > threads be able to still get their results in time or do they have to
> > wait?
> >
> > In general, are there concurrency limitations in the protocol
> > PostgreSQL uses?
>
> See http://www.postgresql.org/devel-corner/docs/postgres/jdbc-thread.html
>

Someone might want to add that different threads can't use the same
connection if they are using transaction blocks.


--
Joseph Shraibman
jks@selectacast.net
Increase signal to noise ratio.  http://www.targabot.com

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: The patch I sent a day ago.
Следующее
От: Qiqi Dong
Дата:
Сообщение: Support for callable statement