Re: ECPG still having thread problems on Linux - Mailing list pgsql-interfaces

From Philip Yarra
Subject Re: ECPG still having thread problems on Linux
Date
Msg-id 200306261119.09242.philip@utiba.com
Whole thread Raw
In response to ECPG still having thread problems on Linux  (Lee Kindness <lkindness@csl.co.uk>)
Responses ECPG thread success (kind of) on Linux
List pgsql-interfaces
On Wed, 25 Jun 2003 07:35 pm, Lee Kindness wrote:
> Philip, both your SELECTs are using the same database connection (and
> it's undefined which one it is) without any locking. You need to add
> "AT clauses" to specify an explicit connection. See attached diff.

Ah, that'd be it. I spent some time debugging last night, and I'd realised the
problem lay in the fact that the preproc was outputting NULL as the
connection name, but was unsure why. Your changes allowed both threads to
complete their inserts, which is great news for us!

I'll add that "AT" clause to my list of updates for the documentation - it
might be important. It's kinda.... absent... from the manual.

I might also add a section on using pthreads with ECPG, since people porting
from Informix or Sybase might require such info up front.

> However, i've not tried it... I'll try and get some time!

That'd be great if you could... there appears to still be a problem occurring
at "EXEC SQL DISCONNECT con_name". I'll look into it tonight if I can.

All this does kinda raise the interesting question of why it worked at all on
FreeBSD... probably different scheduling and blind luck, I suppose.

Thanks for the reponse - I'm a happy man. By 7.4, we should be able to start
porting our apps to Postgres in earnest.

Regards, Philip.


pgsql-interfaces by date:

Previous
From: Lee Kindness
Date:
Subject: ECPG still having thread problems on Linux
Next
From: "Giorgio Ponza"
Date:
Subject: Perl