Re: Threading crash using ODBC

From: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
To: markw <markw(at)mohawksoft(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Threading crash using ODBC
Date: 2002-11-19 03:58:09
Message-ID: 3DD9B6D1.C6E30832@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

markw wrote:
>
> Hiroshi Inoue wrote:
>
> >markw wrote:
> >

[snip]

> >
> >Though the unixODBC and PostgreSQL drivers have a similar origin,
> >they are pretty different now. As for stack utilization, I removed
> >MAX_MESSAGE_LEN(65536) byte buffers completely and so most
> >applications may be able to work with 64K stack size.
> >
> >
> That's great news. Did you use malloc or alloca?

I didn't use malloc to remove MAX_MESSAGE_LEN buffers though
I'm using malloc to build long queries.

regards,
Hiroshi Inoue
http://w2422.nsk.ne.jp/~inoue/

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Samuele 2002-11-19 09:21:35 Increase inactivity timeout
Previous Message Hiroshi Inoue 2002-11-19 03:48:44 Re: insert into view with a defined rule fails from MSAccess