Re: Concurrency supported?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Concurrency supported?
Дата
Msg-id Pine.LNX.4.30.0102251531340.752-100000@peter.localdomain
обсуждение исходный текст
Ответ на Concurrency supported?  (Ingo Luetkebohle <ingo@blank.pages.de>)
Список pgsql-jdbc
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

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/


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

Предыдущее
От: Ingo Luetkebohle
Дата:
Сообщение: Concurrency supported?
Следующее
От: Ola Sundell
Дата:
Сообщение: PATCH to org/postgresql/jdbc2/DatabaseMetaData.java