Re: Moving ExecCGI to mod_perl - performance and custom 'modules' [EXT]

2021-02-09 Thread Dave Morgan
-- Dave Morgan Senior Consultant, 100 Alberta Limited dave.mor...@100.com 403 399 2442

Re: Disconnect database connection after idle timeout

2014-11-14 Thread Dave Morgan
is more appropriate and how on the client side it can implement something like that. Thanks, - xinhuan -- Dave Morgan Senior Consultant, 100 Alberta Limited dave.mor...@100.com 403 399 2442

Re: Disconnect database connection after idle timeout

2014-11-14 Thread Dave Morgan
improved. I hate to quote myself but . On 11/13/2014 08:00 AM, Dave Morgan wrote: Idle db connections cost almost nothing, establishing a connection is expensive. Warning: I am better at Oracle than perl, and I am not very good with either :) Making a new connection to Oracle 11 or 12 is still

Re: Apache::DBI connection lost contact error

2013-06-03 Thread Dave Morgan
not do this anymore... YMMV Dave -- Dave Morgan Senior Consultant, 100 Alberta Limited dave.mor...@100.com 403 399 2442

Re: [OT] AW: Unsuccessful stat on filename containing newline in RegistryCooker.pm

2013-02-28 Thread Dave Morgan
of the deployment instructions. Since I couldn't read the MSWord document on a command line unix machine it didn't get deployed that week :( Funny the next week the instructions were in text in a file called README.txt :) Still had to deal with spaces in the mount point and filename though. :( Dave -- Dave

Re: Connection aborted (blank line after headers?)

2012-11-16 Thread Dave Morgan
. We have checked with the exact clients/systems reported and everything works properly when we do it so .. Thanks to all for their help Dave -- Dave Morgan Operations Manager, Cool Places In Canada http://www.coolplaces.ca dave.mor...@coolplaces.ca 403 288 8759 / 866 938 0516

Re: Connection aborted

2012-11-15 Thread Dave Morgan
Thanks Andre. On 14/11/12 12:33 PM, André Warnier wrote: Dave Morgan wrote: Snip. We did find the use statement and removed it. We now get Software caused connection abort at /home/apache/metapoint/trunk/Utility.pm line 231. Ok, so now you know at which line of which module

Connection aborted was ModPerl::Util::exit: (120000) exit was called at /usr/share/perl5/CGI/Carp.pm line 590

2012-11-14 Thread Dave Morgan
Original Message Thank you Andre, On 31/10/12 01:58 PM, André Warnier wrote: Dave Morgan wrote: How do I find out where the following call(s) are made from? See http://search.cpan.org/~dom/perl-5.14.3/lib/Carp.pm or by including the string -MCarp=verbose in the PERL5OPT

ModPerl::Util::exit: (120000) exit was called at /usr/share/perl5/CGI/Carp.pm line 590

2012-10-31 Thread Dave Morgan
/CGI/Carp.pm line 590 [Tue Oct 30 04:59:51 2012] -e: Use of uninitialized value $id in concatenation (.) or string at /home/apache/metapoint/trunk/Metadot/GizmoBase.pm line 632. There are probably 200-300 pageviews in the 20 minutes covered. TIA Dave -- Dave Morgan Operations Manager, Cool

Re: ModPerl::Util::exit: (120000) exit was called at /usr/share/perl5/CGI/Carp.pm line 590

2012-10-31 Thread Dave Morgan
Thank you Andre, On 31/10/12 01:58 PM, André Warnier wrote: Dave Morgan wrote: How do I find out where the following call(s) are made from? See http://search.cpan.org/~dom/perl-5.14.3/lib/Carp.pm or by including the string -MCarp=verbose in the PERL5OPT environment variable. Exactly what I

Re: highscalability.com report

2012-04-04 Thread Dave Morgan
it in Perl today, *it would go up again*! - Perrin No performance anxiety there then. Particularly with a non-threaded Perl, which allows Apache to fork multiple times.. -- Dave Morgan Operations Manager, Cool Places In Canada http://www.coolplaces.ca dave.mor

Using Apache v1

2012-02-28 Thread Dave Morgan
or next year so we will retire the v1 stuff when the hardware gets changed out. The reason we still use v1 is it is/was a custom compiled perl/apache/mod_perl/ssl binary. All of our v2 is handled by the applicable package manager. HTH Dave -- Dave Morgan Operations Manager, Cool Places In Canada http

Re: VirtualHost and ServerAlias

2011-11-28 Thread Dave Morgan
is the perl code tree. All other files are unique to the client including the Template Toolkit files (are they perl or ..? :) HTH Dave -- Dave Morgan Operations Manager, Cool Places In Canada http://www.coolplaces.ca dave.mor...@coolplaces.ca 403 288 8759

Re: mod_perl 2.0.5 Centos 6 rpms

2011-09-28 Thread Dave Morgan
-- Dave Morgan Operations Manager, Cool Places In Canada http://www.coolplaces.ca dave.mor...@coolplaces.ca 403 288 8759

Re: [ANNOUNCE] Introducing GX

2011-09-24 Thread Dave Morgan
there was a reason to come up with yet another web application framework, so what are the selling points? I would be extremely interested in such a comparison. Almost required for me to consider using it. Thanks Dave -- Dave Morgan Operations Manager, Cool Places In Canada http://www.coolplaces.ca

Re: Apache::DBI and DBIx::Class

2011-06-28 Thread Dave Morgan
on your machine, you get paid to make it run on mine! I love my job, I love my job, I love my job ;) Sorry once again, Dave Best, David -- Dave Morgan Operations Manager, BorealEscapes http://www.borealescapes.ca dave.mor...@borealescapes.ca 403 288 8759

Re: Apache::DBI and DBIx::Class [was Re: How do you use mod_perl for your web application?]

2011-06-27 Thread Dave Morgan
And having read that, I strongly recommend against the use of DBIx-Connector. But then I'm just a production DBA :) Dave -- Dave Morgan Operations Manager, BorealEscapes http://www.borealescapes.ca dave.mor...@borealescapes.ca 403 288 8759

Re: Apache::DBI and DBIx::Class [was Re: How do you use mod_perl for your web application?]

2011-06-27 Thread Dave Morgan
On 27/06/11 04:27 PM, David E. Wheeler wrote: On Jun 27, 2011, at 1:40 PM, Dave Morgan wrote: You lost me. But really, I strongly recommend against the use of Apache::DBI. Some discussion here: http://search.cpan.org/dist/DBIx-Connector/lib/DBIx/Connector.pm#Description And having read

Re: How do you use mod_perl for your web application?

2011-06-17 Thread Dave Morgan
no interest in perl webservers per se but I would like to hear about other frameworks that may meet our needs. Mojolicious appears to be a little underdeveloped for what we want but I am willing to be corrected on this. HTH Dave -- Dave Morgan Operations Manager, BorealEscapes http

Re: Apache::Registry executing scripts multiple times

2009-11-09 Thread Dave Morgan
(single call) behaviour. Fsck, I hate browsers. Anyway, now to test a simple CGI call and see if the Opera strangeness continues Thank once again for your help Dave Perrin Harkins wrote: On Wed, Nov 4, 2009 at 5:58 PM, Dave Morgan d...@100.com wrote: I have a very simple index_test.pl

Apache::Registry executing scripts multiple times

2009-11-04 Thread Dave Morgan
, 149, 3 ## -- Dave Morgan 100 Alberta Limited dave.mor...@100.com 403 399 2442