Re: libpq++ in Apache Problem. - Mailing list pgsql-interfaces

From
Subject Re: libpq++ in Apache Problem.
Date
Msg-id Pine.LNX.4.30.0106051107020.5679-100000@commandprompt.com
Whole thread Raw
In response to Re: libpq++ in Apache Problem.  (jtv <jtv@xs4all.nl>)
List pgsql-interfaces
On Thu, 31 May 2001, jtv wrote:
>On Tue, May 29, 2001 at 07:42:46AM -0700, pgsql-interfaces@commandprompt.com wrote:
>>The next step in trouble-shooting this I suppose is to build the dummy
>>Apache module with libpq++ and see if it the same behavior is exhibited.
>>If not, it's got to be something deeper in the core of my module.
>Have you tried using just libpq, and just "inlining" the code that libpq++
>*should* be executing based on your invocations?  Sounds like you don't even
>need the PQresult structure to reproduce the problem, so it should be doable.

Unfortunately, this is a kind of at a deep level in an application
utilizing libpq++, and it'd be somewhat nightmarish to refactor all the
libpq++ code into procedural libpq.

Theoretically I could use libpq for this one function, since my other
libpq++ objects live and die correctly with the httpd process, and have
the two different APIs co-existing, it's just not ideal.

Moreover, I want to know WHY this is happening! ;) This is truly bizarre.


Jw.
--
jlx@commandprompt.com by way of pgsql-interfaces@commandprompt.com



pgsql-interfaces by date:

Previous
From: "Magnus Hagander"
Date:
Subject: RE: [DOCS] Re: libpq sockets on win32
Next
From: Manika dey
Date:
Subject: Re: Using BLOBs with several DBMS