mod_perl and PostgreSQL 8.3.3 causing "message type 0x44 arrived from server while idle"

From: Ogden <lists(at)darkstatic(dot)com>
To: PGSQL Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: mod_perl and PostgreSQL 8.3.3 causing "message type 0x44 arrived from server while idle"
Date: 2010-08-18 21:34:07
Message-ID: 66851C7A-1316-4553-876A-41C91A609453@darkstatic.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello all,

We upgraded our application servers to Apache 2.2.16 and upgraded our (hand built) Perl of 5.10.1, mod_perl (for Catalyst) and the modules (such as DBI, DBD::Pg) through CPAN. Our PostgreSQL server has not changed at all and it is running 8.3.3.

Since the upgrade, we are noticing the following messages in our Apache logs:

message type 0x54 arrived from server while idle
message type 0x44 arrived from server while idle
message type 0x43 arrived from server while idle

We have never had this issue before and from searching the little information I found on the topic, it seems that this is thread related. However, what is the culprit here? Apache? mod_perl?

Software versions: perl, v5.10.1 (*) built for x86_64-linux-thread-multi and PostgreSQL 8.3.3.

Any help is appreciated.

Thank you

Ogden

Browse pgsql-general by date

  From Date Subject
Next Message Benjamin Smith 2010-08-18 23:32:06 Massively Parallel transactioning?
Previous Message Merlin Moncure 2010-08-18 21:02:30 Re: pg 9.0, streaming replication, fail over and fail back strategies