Re: ECPG, threading and pooling

Поиск
Список
Период
Сортировка
От Shridhar Daithankar
Тема Re: ECPG, threading and pooling
Дата
Msg-id 3E358AFD.27404.35758@localhost
обсуждение исходный текст
Ответ на Re: ECPG, threading and pooling  (Lee Kindness <lkindness@csl.co.uk>)
Ответы Re: ECPG, threading and pooling  (Lee Kindness <lkindness@csl.co.uk>)
Список pgsql-hackers
On 27 Jan 2003 at 14:06, Lee Kindness wrote:

> Michael Meskes writes:
>  > On Mon, Jan 27, 2003 at 11:52:18AM +0000, Lee Kindness wrote:
>  > > I've spent a bit of time on making ecpg thread safe over Christmas,
>  > > while it's not finished i'm sure the attached patch is at least useful
>  > > and a step in the right direction.
>  > Thanks a lot. I have no experience in multithreaded software development
>  > so I cannot completely check your patch but it surely looks good. Shall
>  > I commit it, or will you? I think we should get it into CVS for all to
>  > test.
> 
> Problem with it is it needs some changes to configure.in (and
> associated files) for it to be worthwhile. Checks would need to be
> added to determine is threads are supported on the build platform and
> the needed compile and link flags. I'm trying to get this together for
> libpq too.

Just out of curiosity, what happens when there are more than one competing 
threading libraries? Like native threads and linuxthreads on freeBSD?

ByeShridhar

--
Reliable source, n.:    The guy you just met.



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Lee Kindness
Дата:
Сообщение: Re: ECPG, threading and pooling
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Switching connection on the fly