Re: Thread Safety of ODBC Driver - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: Thread Safety of ODBC Driver
Date
Msg-id EKEJJICOHDIEMGPNIFIJAELFJAAA.Inoue@tpf.co.jp
Whole thread Raw
In response to Thread Safety of ODBC Driver  ("Jason Koeninger" <jkoenin@jjcc.com>)
List pgsql-odbc
> -----Original Message-----
> From: Jason Koeninger
>
> I was surprised to find a message in the archive indicating that the
> PostgreSQL ODBC driver was not thread safe.  After running through
> the source, I was able to confirm that the driver indeed isn't thread
> safe.
>
> Anyway, I'm curious if anyone is working on making the driver
> thread safe.

It's on my personal TODO but I haven't had much time to
develop psqlodbc recently.

> I noticed that some work has been done on the driver provided with
> unixODBC (localtime and localtime_r ifdefs), but it still misses
> a few things I
> found on a quick read through the source.

As for static variables, I have removed most of them in my local source.
As for non thread-safe functions, please point out how to change them.
Maybe I would be able to reflect the change to CVS.

regards,
Hiroshi Inoue



pgsql-odbc by date:

Previous
From: "Jason Koeninger"
Date:
Subject: Thread Safety of ODBC Driver
Next
From: "Jason Koeninger"
Date:
Subject: Re: Thread Safety of ODBC Driver