Re: Does postgresql8.2 supports multithreading?

Поиск
Список
Период
Сортировка
От Josh Tolley
Тема Re: Does postgresql8.2 supports multithreading?
Дата
Msg-id e7e0a2570709111029w443e17bbl9c0f676b567f00e6@mail.gmail.com
обсуждение исходный текст
Ответ на Does postgresql8.2 supports multithreading?  ("Jyoti Seth" <jyotiseth2001@gmail.com>)
Список pgsql-sql
On 9/11/07, Jyoti Seth <jyotiseth2001@gmail.com> wrote:
> Hi ,
> Does postgresql8.2 supports multithreading?
> Thanks,
> Jyoti Seth

This depends entirely on what you mean. No, PostgreSQL isn't a
multithreaded application. Yes, you can write multithreaded
applications that use PostgreSQL. Consult the documentation for
whatever connection library you're interested in using (libpq, JDBC,
npgsql, etc.) to find out what thread-related issues you'll need to
consider using that library.

-Josh


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

Предыдущее
От: "Bart Degryse"
Дата:
Сообщение: select sum within transaction problem
Следующее
От: Koen Bok
Дата:
Сообщение: Simple Query?