On Mon, 22 Mar 2004, Geoffrey Young wrote:
> > other than that, all tests passed. nice work guys.
>
> whoops, one last thing. it seems that MP_INST_APACHE2 had the proper effect
> in my blib but that it didn't carry over to the install process.
>
> for instance, I have
>
> C:\src\modperl-2.0\b
Any objects to this new util function? If you follow the discussion on p5p, we
have no way but to provide our own function for multiple reasons. Besides,
it's does exactly what most mp2 module authors will want, i.e.:
if (ModPerl::Util::parse_version("Apache::Request") > 2 &&
eval { require
> I just got hold of VC++ 6.0 and was waiting for 2.0.49 to be release before
> trying to compile everything again. but now that it's out I'll give it all
> another whirl with the more recent version and see how it goes.
>
> one of the things on my hit list is post-connect being called 4x instea
> Yes -- the latest CVS mp2 with Apache 2.0.49 and Perl 5.8.3 fails for me
> unless ThreadsPerChild is increased.
>
> The final resolution was a fix to Apache itself by Bill Stoddard, which
> unfortunately didn't quite make it into 2.0.49. It should be in 2.0.50,
> though, I presume:
> http:/
Randy Kobes wrote:
>On Mon, 22 Mar 2004, Geoffrey Young wrote:
>
>
>
>> o ThreadsPerChild was set to 20, but the server wouldn't
>>run the tests unless I bumped it up. I know this is a
>>known issue, but I thought it was resolved (though I
>>couldn't find the resolution in the archives).
>>