Re: libpq++ in Apache Problem.

Поиск
Список
Период
Сортировка
От
Тема Re: libpq++ in Apache Problem.
Дата
Msg-id Pine.LNX.4.30.0106051107020.5679-100000@commandprompt.com
обсуждение исходный текст
Ответ на Re: libpq++ in Apache Problem.  (jtv <jtv@xs4all.nl>)
Список 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 по дате отправления:

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: RE: [DOCS] Re: libpq sockets on win32
Следующее
От: Manika dey
Дата:
Сообщение: Re: Using BLOBs with several DBMS