Re: Libpq and multithreading

From: Asia <asia123321(at)op(dot)pl>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Libpq and multithreading
Date: 2013-01-14 15:57:01
Message-ID: 28920837-7f0ee22a0f574d673f1fde5a74128649@pmq1.m5r2.onet
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

It is not possible because connection is local variable in both thread functions, no common variables are used.

I checked that it also crashes without SSL. Two threads connecting to the same server, different databases.

Joanna

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Brian Sutherland 2013-01-14 16:30:14 plpython intermittent ImportErrors
Previous Message Daniel Verite 2013-01-14 15:23:36 Re: VALUES() evaluation order