Re: ECPG still having thread problems on Linux

Поиск
Список
Период
Сортировка
От Philip Yarra
Тема Re: ECPG still having thread problems on Linux
Дата
Msg-id 200306261119.09242.philip@utiba.com
обсуждение исходный текст
Ответ на ECPG still having thread problems on Linux  (Lee Kindness <lkindness@csl.co.uk>)
Ответы ECPG thread success (kind of) on Linux  (Philip Yarra <philip@utiba.com>)
Список 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 по дате отправления:

Предыдущее
От: Lee Kindness
Дата:
Сообщение: ECPG still having thread problems on Linux
Следующее
От: "Giorgio Ponza"
Дата:
Сообщение: Perl