Apache::Registry slower than PerlRun. :(

2003-10-06 Thread Todd
e. I am also using HTML::Template with caching turned on. Does anyone have an idea of what might be going on? Where should I start? I have been reading up on performance issues and profiling code, but this seems much higher level. I can't find any references with anyone else having this experience. Thanks! -Todd

Re: Apache::Registry slower than PerlRun. :(

2003-10-06 Thread Todd
That is a good point, but I think the comparison is accurate. I've run the tests hundreds of times with the performance difference always being the same. -Todd On Mon, Oct 06, 2003 at 12:43:08PM -0400, Geoffrey Young wrote: > > >My application seemed slower with Resistry! Using cu

different versions of Perl

2003-11-03 Thread Todd White
i fear this has been asked many times, but i could not find a definitive answer. i am using a system on which mod_perl is available, but the Perl version it's using is 5.6.1 this system also has Perl version 5.8.1 installed. is there any way to use the 5.8.1 interpreter without rebuilding mod_pe

Re: different versions of Perl

2003-11-03 Thread Todd White
as mentioned in my side message to you, Perrin, i'm looking to 5.8.1 for its unicode support. specifically, to make it easy to output XML in UTF-8 as an OAI (Open Archives Initiative) repository. On 3 Nov 2003, Perrin Harkins wrote: > On Mon, 2003-11-03 at 12:21, Rafael Garcia-Suarez wrote: >

Re: Why MP2

2004-12-14 Thread Todd Grimason
way or another, or maintain pre-release versions of mp2, but a release mp2 and hopefully imminent "blessed" mp2 RPM from Redhat would greatly simplify things for us (package management) and others with the same requirements I'd imagine. -- __ toddgrimas

Re: Relocated Installation

2005-01-06 Thread Todd Grimason
ustomize all the different locations though that won't cut it... -- __ toddgrimason*todd-AT-slack.net

Re: Problem on RedHat Enterprise 3.0

2005-01-19 Thread Todd Grimason
ehensive, updated instructions for handling a move from MP1 to MP2. I'd guess once MP2's released all that will catch up, but at this point I basically chickened out. Good luck! (and of course I hope people will point out any errors in my advice to you...) -Todd > > Can you te

Re: [OT] modperl vs. Ruby

2006-02-25 Thread Todd Grimason
cases it does end up affecting what one can use "on the job", regardless of technical merits. Sad but true. But this is an old discussion... -- toddgrimason*todd[ at ]slack.net

Apache::Session::MySQL lock troubles

2006-02-26 Thread Todd W
pache::Session::MySQL', $session_key, { Handle => $dbh, LockHandle => $dbh } ; } ; The only way I can "duplicate" it is by pounding the sever with ab. Once it hangs, it says hung ( can't make any other requests ). A restart always gets it going agian. Thanks in advance for any advice! Todd W.

Re: Apache::Session::MySQL lock troubles

2006-02-26 Thread Todd W
e some files in the root of > that page that suggested such) tail the logs while you stresstest. > Help! I'm drowning in log entries :-) Thank you so much for your very useful tips! trwww > > On Feb 26, 2006, at 4:29 PM, Todd W wrote: > > > Apache::Session is occasiona

Re: Apache::Session::MySQL lock troubles

2006-02-26 Thread Todd W
"Jonathan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > how many connections do you get from a show processlist in mysql? It looks right, show processlist counts connections * processes, even during a stress test. > is it possible that some scoping issue had the connect occuri

Re: Apache::Session::MySQL lock troubles

2006-02-28 Thread Todd W
"Andreas Nolte" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > .. just curious: > > are you running on a Linux box with 2.6.x kernel ? If yes, then you > might have the trouble we had with apache AND mysql and pthreads. > > Solution: just move /lib/tls to s.th. like /lib/tls.save an

Re: Problem Recompiling mod_perl

2006-03-02 Thread Todd W
"Kaplan, Andrew H." <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi there -- I ran the Makefile.PL script using the command /usr/local/bin/perl. Once the compilation and install was completed, I tried running the server and unfortunately the same error message concerning Perl 5.8.0

AuthDBI & Apache 2.2 & mod_perl 2

2006-11-03 Thread Todd White
ase, would be helpful. Thanks. --Todd White

Re: AuthDBI & Apache 2.2 & mod_perl 2

2006-11-04 Thread Todd White
On Fri, 3 Nov 2006, Philip M. Gollucci wrote: > Perrin Harkins wrote: > > On Fri, 2006-11-03 at 15:15 -0500, Todd White wrote: > > > We just upgraded Apache and mod_perl to the 2.x level and now AuthDBI does > > > not work. > > > > You might want to grab t

RE: AuthDBI & Apache 2.2 & mod_perl 2

2006-11-06 Thread Todd White
Thanks much! However, for it to work, I still need to use 'Apache2::compat'. In this transition to mp2, it's occuring to me that while mod_perl 2 does seem superior to mod_perl 1, it seems the documentation is NOT. Frustrating. :-/ --Todd White On Sun, 5 Nov 2006, Adam P

RE: AuthDBI & Apache 2.2 & mod_perl 2

2006-11-06 Thread Todd White
On Mon, 6 Nov 2006, Perrin Harkins wrote: > > > In this transition to mp2, it's occuring to me that while mod_perl 2 does > > seem superior to mod_perl 1, it seems the documentation is NOT. > > This sounds to me like a bug, not a documentation problem. The documentation comment was entirely more

Re: AuthDBI & Apache 2.2 & mod_perl 2

2006-11-06 Thread Todd White
On Mon, 6 Nov 2006, Philip M. Gollucci wrote: > Todd White wrote: > > Thanks much! However, for it to work, I still need to use > > 'Apache2::compat'. > Please explain -- Perrin is correct, you should not need this with > Apache::AuthDBI 1.05+ My most sincere a

RE: $cnt doesn't work for me as advertised (fwd)

2007-09-26 Thread Todd White
I'm wondering if anyone on this list would have any knowledge regarding the following Embperl question? Is anyone aware of a bug I may have encountered? Thanks. -- Forwarded message -- Date: Wed, 26 Sep 2007 08:06:01 -0400 (EDT) From: Todd White <[EMAIL PROTECTED]>

Re: $cnt doesn't work for me as advertised (fwd)

2007-09-26 Thread Todd White
many columns as you need. It is also possible to call a 'fetch' subroutine in each table row. # On Wed, 26 Sep 2007, Perrin Harkins wrote: > On 9/26/07, Todd White <[EMAIL PROTECTED]> wrote: > &g

[mp2] Install error with Makefile.PL - uninitialized value at TestRun.pm

2012-07-10 Thread Froyland, Todd
1. Problem Description: Installing mod_perl2, latest version(2.0.7), on hp-ux machine(B.11.31). The "perl Makefile.PL" command returns the following error: % perl Makefile.PL MP_AP_PREFIX=/opt/hpws22/apache Reading Makefile.PL args from @ARGV MP_AP_PREFIX = /opt/hpws22/apache

RE: [mp2] Install error with Makefile.PL - uninitialized value at TestRun.pm

2012-07-10 Thread Froyland, Todd
the bug report that it says that the httpd binary was not found, even though it is on my path. Is the script using some other configuration for that? -Todd -Original Message- From: Fred Moyer [mailto:f...@redhotpenguin.com] Sent: Tuesday, July 10, 2012 4:06 PM To: Froyland, Todd Cc

RE: [mp2] Install error with Makefile.PL - uninitialized value at TestRun.pm

2012-07-10 Thread Froyland, Todd
line 662: warning #2940-D: missing return statement at end of non-void function "modperl_config_is_perl_option_enabled" } ^ 1 error detected in the compilation of "modperl_config.c". *** Error exit code 2 Stop. *** Error exit code 1 -Todd Todd Froyland

Diagnosing mod_perl 2.0.8 test failure.

2014-07-02 Thread Todd Chapman
Hi, I'm trying to install mod_perl 2.0.8 with Apache 2.2.15 and perl 5.18.2. The following test fails and I don't know how to run it individually to diagnose it. Test Summary Report --- t/api/server_const.t (Wstat: 0 Tests: 6 Failed: 2) Failed te

Re: Diagnosing mod_perl 2.0.8 test failure.

2014-07-15 Thread Todd Chapman
*bump* On Wed, Jul 2, 2014 at 10:29 AM, Todd Chapman wrote: > Hi, > > I'm trying to install mod_perl 2.0.8 with Apache 2.2.15 and perl 5.18.2. > The following test fails and I don't know how to run it individually to > diagnose it. > > Test Summary Report &g

Apache::DB in Devel-DebugHooks?

2017-05-24 Thread Todd Wade
This is more a pause question I guess than a mod_perl one but it affects mod_perl: installing Apache::DB via CPAN is for some reason installing Devel-DebugHooks: https://metacpan.org/release/Devel-DebugHooks Somehow Apache::DB is in there, but not the XS bits, so you don't get the .so fil

RE: mod_perl presence at OSCON (and other CONs) is at danger

2004-06-09 Thread Todd Cranston-Cuebas
First, let me preface my comments with the admission that I'm not a perl programmer. However, I do recruit a lot of perl programmers! What isn't really being discussed is that fact that new programmers often work with whatever technology allows them to cheaply get sites up and running on the web. D

RE: Modperl and Distance Education

2004-08-13 Thread Todd Cranston-Cuebas
learning management systems attempted to go head-to-head with commercial LMS's. I'm sure that there are some that are perl-based, but these are getting a lot of attention and they're all PHP-based.   Todd       From: Alfred Vahau [mailto:[EMAIL PROTECTED] Sent: Thursday, Au

RE: [OT] modperl vs. Ruby

2006-02-27 Thread Todd Cranston-Cuebas
bling blocks to testing out the framework, you're going to lose people. Cool and thanks. Todd > -Original Message- > From: Christopher H. Laco [mailto:[EMAIL PROTECTED] > Sent: Monday, February 27, 2006 10:23 AM > To: Harry Zhu > Cc: Enno; modperl@perl.apache.org &

ModPerl 2.0.0 RC5: Not starting httpd in make test

2005-06-13 Thread ODELL, TODD E \(SWBT\)
** Packages of interest status: Apache2: - Apache2::Request : - CGI: 3.05 ExtUtils::MakeMaker: 6.17 LWP: 5.803 mod_perl : - mod_perl2 : - 3. This is the core dump trace: (if you get a core dump): [CORE TRACE COMES HERE] This

RE: ModPerl 2.0.0 RC5: Not starting httpd in make test

2005-06-14 Thread ODELL, TODD E \(SWBT\)
h 136 bytes entropy ( error_log, LogLevel debug ) when I start it with apachectl but the make test method starts it with 0 entropy. ? I tried PERL_HASH_SEED=0 make test but it still seems the same. This was per message: http://www.gossamer-threads.com/lists/modperl/modperl/60527 Thanks,

ModPerl 2.0.1 AIX4.3.3 - Make Test Fails to run

2005-08-17 Thread ODELL, TODD E \(SWBT\)
ib/site_perl . *** Packages of interest status: Apache2: - Apache2::Request : 2.05-dev CGI: 3.11 ExtUtils::MakeMaker: 6.17 LWP: 5.803 mod_perl : - mod_perl2 : 2.01 3. This is the core dump trace: (if you get a core dump): [C

RE: ModPerl 2.0.1 AIX4.3.3 - Make Test Fails to run

2005-08-17 Thread ODELL, TODD E \(SWBT\)
o:[EMAIL PROTECTED] Sent: Wednesday, August 17, 2005 12:42 PM To: ODELL, TODD E (SWBT) Cc: modperl@perl.apache.org Subject: Re: ModPerl 2.0.1 AIX4.3.3 - Make Test Fails to run ODELL, TODD E (SWBT) wrote: > to start. I unpacked and compiled as my userid, not root, and am able to > start the httpd di

Modperl: modperl-2.0_20080229115113 Make fail w/ missing runtime defs plus t/apr/finfo and vhost/config errors

2008-02-29 Thread O'DELL, TODD E (ATTOPS)
2/aix-thread-multi-64all/DynaLoader.pm line 229. at /home/users/webownr/source/modperl-2.0/blib/lib/APR/XSLoader.pm line 31 Compilation failed in require at /home/users/webownr/source/modperl-2.0/t/lib/TestAPRlib/uri.pm line 11. BEGIN failed--compilation aborted at /home/users/webownr/source/modperl-2.0/t/lib/TestAPRlib/uri.pm line 11. Compilation failed in require at t/apr-ext/uri.t line 7. BEGIN failed--compilation aborted at t/apr-ext/uri.t line 7. t/apr-ext/uri. Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run Todd E. O'Dell Assoc Tech Support Analysis Network AT&T Operations Room 1118 500 E. 8th Kansas City, MO 64106 Office: (816)275-3626 [EMAIL PROTECTED]