Re: [PATCH[ Apache::DBI allow to work wi tth mp2 after rename

2005-04-09 Thread Philip M. Gollucci
--- DBI.pm Sat Apr 9 22:14:03 2005 +++ DBI.pm.new Sat Apr 9 22:17:05 2005 @@ -193,8 +193,8 @@ # prepare menu item for Apache::Status - -Apache::Status->menu_item( +if ($ENV{MOD_PERL_API_VERSION} == 2) { + Apache2::Status->menu_item( 'DBI' => 'DBI connections', sub { my($r,

[PATCH[ Apache::DBI allow to work with mp2 after rename

2005-04-09 Thread Philip M. Gollucci
FYI: Apache::DBI passes all tests on FBSD6.0-current/i386 w/bleedper w/ithreads and the latest bitkeeper checkout of mysql5.0.3a Thanks P.S sorry for the cross post I wasn't quite sure where to send this one -- END -- Philip M. Gollucci ([EMAIL

Re: Apache::Status errors

2005-04-09 Thread Philip M. Gollucci
> [Fri Apr 08 13:26:00 2005] [error] [client 127.0.0.1] Argument > "2.121_02" isn't numeric in int at > /home/stas/apache.org/modperl-2.0/lib/Apache2/Status.pm line 85. > , referer: http://lapin.stason.org:8529/status/perl re-tested: That works quite well! Thanks Stas. -- END --

[PATCH] INSTALL

2005-04-09 Thread Philip M. Gollucci
With the rename, this should change too: Index: INSTALL === --- INSTALL (revision 160722) +++ INSTALL (working copy) @@ -7,7 +7,7 @@ Simple config: LoadModule perl_module modules/mod_perl.so - PerlModule Apache2 + PerlMod

Re: potential release candidate

2005-04-09 Thread Randy Kobes
On Sat, 9 Apr 2005, Geoffrey Young wrote: > Randal L. Schwartz wrote: > >>"Geoffrey" == Geoffrey Young <[EMAIL PROTECTED]> writes: > > > > Geoffrey> alright, since lincoln is good to go and > > things (in general) Geoffrey> seem to be in good shape, > > I'd like to roll an official RC on Geoff

Re: potential release candidate

2005-04-09 Thread Geoffrey Young
Randal L. Schwartz wrote: >>"Geoffrey" == Geoffrey Young <[EMAIL PROTECTED]> writes: > > > Geoffrey> alright, since lincoln is good to go and things (in general) > Geoffrey> seem to be in good shape, I'd like to roll an official RC on > Geoffrey> monday, with release to CPAN on wednesday if

Re: potential release candidate

2005-04-09 Thread Randal L. Schwartz
> "Geoffrey" == Geoffrey Young <[EMAIL PROTECTED]> writes: Geoffrey> alright, since lincoln is good to go and things (in general) Geoffrey> seem to be in good shape, I'd like to roll an official RC on Geoffrey> monday, with release to CPAN on wednesday if all goes well. When you do that, plea

Re: potential release candidate

2005-04-09 Thread Geoffrey Young
Geoffrey Young wrote: > ok, I rolled a _potential_ release candidate: > > http://people.apache.org/~geoff/mod_perl-2.0.0-RC5.tar.gz > > given the amount of changes between RC4 and RC5 please take the time to > test, install, and retest this distribution carefully and report back - I > want as

Re: [mp2] PerlInterpScope handler corruption

2005-04-09 Thread Stas Bekman
Markus Wichitill wrote: Hi, has anybody ever really tested or used "PerlInterpScope handler"? Normally mp2 on worker MPM works well enough for me, at least stability-wise, but if I enable that potentially useful option, all hell breaks loose when I simulate a few simultaneous requests via "ab -c

[mp2] PerlInterpScope handler corruption

2005-04-09 Thread Markus Wichitill
Hi, has anybody ever really tested or used "PerlInterpScope handler"? Normally mp2 on worker MPM works well enough for me, at least stability-wise, but if I enable that potentially useful option, all hell breaks loose when I simulate a few simultaneous requests via "ab -c 2". Lots of segfaults a