Re: Does postgresql8.2 supports multithreading? - Mailing list pgsql-sql

From Josh Tolley
Subject Re: Does postgresql8.2 supports multithreading?
Date
Msg-id e7e0a2570709111029w443e17bbl9c0f676b567f00e6@mail.gmail.com
Whole thread Raw
In response to Does postgresql8.2 supports multithreading?  ("Jyoti Seth" <jyotiseth2001@gmail.com>)
List 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 by date:

Previous
From: "Bart Degryse"
Date:
Subject: select sum within transaction problem
Next
From: Koen Bok
Date:
Subject: Simple Query?