Re: [GENERAL] Problem: message type 0xxx arrived from server while idle

2005-04-29 Thread Keatis
"Michael Fuhr" <[EMAIL PROTECTED]> wrote: news:[EMAIL PROTECTED] >> >> i'm using PostgreSQL 7.4 (though problem applies to 8.0 too) on >> FreeBSD 5.2.1 with Apache 1.3.31 (DBI 1.43 and DBD-Pg 1.32). > > Is the code running under mod_perl? If so, what versions of Perl > and mod_perl? Perl 5.8.5 mo

[GENERAL] Problem: message type 0xxx arrived from server while idle

2005-04-29 Thread Keatis
Hello, i've encountered such problem: i'm using PostgreSQL 7.4 (though problem applies to 8.0 too) on FreeBSD 5.2.1 with Apache 1.3.31 (DBI 1.43 and DBD-Pg 1.32). I have, lets say Module.pm with such function: sub get_users{ my @res; #$dbh is defined in other module, but is visible and valid h