Re: Weird issues using DBI + mod_perl

2019-09-03 Thread Bruce Johnson
Just a follow up…it was embarrassingly stupid. You know how you can stare at an error in a line dozens of times and not see it? Like the ‘#' commenting out "use Apache::DBI” in your startup.pl file ... On Aug 16, 2019, at 2:47 PM, Andreas Mock mailto:andreas.m...@web.de>> wrote: Hi Bruce,

Re: Weird issues using DBI + mod_perl

2019-08-16 Thread Felix Finch
I'll second that. Try being hyper-paranoid about handles -- explicitly finish them at the earliest opportunity. Close everything before a fork. I have had too many lapses of sanitary etiquette bite me in weird ways. On 20190816, Andreas Mock wrote: Hi Bruce, I'm just guessing, but this

Re: Weird issues using DBI + mod_perl

2019-08-16 Thread Dan Book
t; > Just some hints. > > Best regards > Andreas > > > -Ursprüngliche Nachricht- > Von: Bruce Johnson > Gesendet: Freitag, 16. August 2019 23:36 > An: dbi users ; mod_perl list > > Betreff: Weird issues using DBI + mod_perl > > So I’ve built a site using mod_

AW: Weird issues using DBI + mod_perl

2019-08-16 Thread Andreas Mock
: Freitag, 16. August 2019 23:36 An: dbi users ; mod_perl list Betreff: Weird issues using DBI + mod_perl So I’ve built a site using mod_perl in CGI mode, with DBI and Oracle as my database back end. Everything works fine for a while but then I get intermittent weird errors that start happening

Weird issues using DBI + mod_perl

2019-08-16 Thread Bruce Johnson
So I’ve built a site using mod_perl in CGI mode, with DBI and Oracle as my database back end. Everything works fine for a while but then I get intermittent weird errors that start happening for every page load, which is resulting in non-functional pages and error messages “Something happened