Re: Apache::DBI - consistently encountering about a .00667% error rate

2024-10-12 Thread Tim Lank
ariables that might be needed by DBI/mysql and > might not get passed through to the child process? > > On Thu, Oct 10, 2024 at 11:02 AM Tim Lank wrote: > >> Thanks Ed. I'll add it and see if it helps. My load testing phase is >> already completed, but I may get a chan

Re: Apache::DBI - consistently encountering about a .00667% error rate

2024-10-10 Thread Tim Lank
Thanks Ed. I'll add it and see if it helps. My load testing phase is already completed, but I may get a chance to retest next year. On Thu, Oct 10, 2024 at 6:32 AM Edward J. Sabol wrote: > On Oct 7, 2024, at 5:55 PM, Tim Lank wrote: > > I have the following in my startup.pl:

Re: Apache::DBI - consistently encountering about a .00667% error rate

2024-10-10 Thread Tim Lank
=mysql_native_password Ref: https://dev.mysql.com/blog-archive/upgrading-to-mysql-8-0-default-authentication-plugin-considerations/ On Mon, Oct 7, 2024 at 7:28 PM Tim Lank wrote: > Good point. I’ll try to ratchet up the debugs on those to see if anything > pops out > > On Mon, Oct 7, 2024 at 6:58 P

Re: Apache::DBI - consistently encountering about a .00667% error rate

2024-10-07 Thread Tim Lank
; Without the ability to consistently reproduce the issue all we can really > do is look at the code and make educated guesses. > > Adam > > On Oct 7, 2024, at 5:56 PM, Tim Lank wrote: > >  > > You don't often get email from timl...@timlank.com. Lear

Re: Apache::DBI - consistently encountering about a .00667% error rate

2024-10-07 Thread Tim Lank
-not-loaded > > On Mon, Oct 7, 2024, 4:56 PM Tim Lank wrote: > >> Apache::DBI experts: >> >> I have the following in my startup.pl: >> >> use CGI qw(:all); >> use CGI::Carp 'fatalsToBrowser', 'carpout'; >> use List::Util &#x

Apache::DBI - consistently encountering about a .00667% error rate

2024-10-07 Thread Tim Lank
Apache::DBI experts: I have the following in my startup.pl: use CGI qw(:all); use CGI::Carp 'fatalsToBrowser', 'carpout'; use List::Util 'shuffle'; CGI->compile(':all'); Apache::DBI->connect_on_init ("DBI:mysql:holidayshop", "dba", "theactualpw", { PrintError => 1, # warn()