Re: Does postgresql8.2 supports multithreading?

From: "Josh Tolley" <eggyknap(at)gmail(dot)com>
To: "Jyoti Seth" <jyotiseth2001(at)gmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Does postgresql8.2 supports multithreading?
Date: 2007-09-11 17:29:19
Message-ID: e7e0a2570709111029w443e17bbl9c0f676b567f00e6@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On 9/11/07, Jyoti Seth <jyotiseth2001(at)gmail(dot)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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Koen Bok 2007-09-11 21:27:19 Simple Query?
Previous Message Bart Degryse 2007-09-11 15:45:17 select sum within transaction problem