threads question

From: "Wright, George" <George(dot)Wright(at)infimatic(dot)com>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: threads question
Date: 2008-10-08 19:28:11
Message-ID: 51548D6D5BEB57468163194A8C1A0E980161A6A4@MAGPTCPEXC02.na.mag-ias.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Can I open a connection to a PostgreSQL database from some C/C++ code
then share the connection handle with multiple threads in the C/C++
environment?

I wanted to be able to call a stored procedure from each of the threads
using a different id for each.

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Mark Roberts 2008-10-08 21:21:02 Re: PostgreSQL for Data Warehouse
Previous Message Bastiaan Olij 2008-10-08 01:11:04 Re: Canceling statement due to user request?