From: | "Hiroshi Inoue" <Inoue(at)tpf(dot)co(dot)jp> |
---|---|
To: | "Jason Koeninger" <jkoenin(at)jjcc(dot)com> |
Cc: | <pgsql-odbc(at)postgresql(dot)org> |
Subject: | Re: Thread Safety of ODBC Driver |
Date: | 2002-09-06 22:31:08 |
Message-ID: | EKEJJICOHDIEMGPNIFIJAELFJAAA.Inoue@tpf.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Jason Koeninger | 2002-09-07 01:32:16 | Re: Thread Safety of ODBC Driver |
Previous Message | Jason Koeninger | 2002-09-06 02:39:15 | Thread Safety of ODBC Driver |