Re: Re: libpq++

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: justinb(at)mr-boo(dot)com, justinb(at)tricord(dot)com, PostgreSQL-interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: Re: libpq++
Date: 2001-05-03 19:25:36
Message-ID: 299.988917936@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> I think he is creating his own shared memory area:

Oh, I see. Isn't that pretty silly, considering that there's no way
for such objects to share a DBconnection if they are in different
application processes? Seems like a simple static variable would do
the job just as well with a lot fewer portability and resource-leakage
issues...

regards, tom lane

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 2001-05-03 19:36:03 Re: Null values where they should not be...HELP Please!!
Previous Message Bruce Momjian 2001-05-03 19:15:51 Re: Re: libpq++