/[Apache-SVN]
ViewVC logotype

Revision 1682369


Jump to revision: Previous Next
Author: jkaluza
Date: Fri May 29 05:41:18 2015 UTC (8 years, 11 months ago)
Changed paths: 12
Log Message:
Remove PerlInterpScope directive as discussed on mailing list. PerlInterpScope
did not work correctly with httpd-2.4.x threaded MPMs. For example when using
'PerlInterpScope connection' and multiple requests are handled using the single
connection, every request tries to fetch new interpreter. This leads to
deadlock soon, because we can always have more requests than interpreters.

There are more situations like the one described above and the fix is quite
hard with the way how the usage of PerlInterpeters is designed currently.


Changed paths

Path Details
Directoryperl/modperl/trunk/Changes modified , text changed
Directoryperl/modperl/trunk/src/modules/perl/mod_perl.c modified , text changed
Directoryperl/modperl/trunk/src/modules/perl/modperl_bucket.c modified , text changed
Directoryperl/modperl/trunk/src/modules/perl/modperl_cmd.c modified , text changed
Directoryperl/modperl/trunk/src/modules/perl/modperl_cmd.h modified , text changed
Directoryperl/modperl/trunk/src/modules/perl/modperl_config.c modified , text changed
Directoryperl/modperl/trunk/src/modules/perl/modperl_interp.c modified , text changed
Directoryperl/modperl/trunk/src/modules/perl/modperl_interp.h modified , text changed
Directoryperl/modperl/trunk/src/modules/perl/modperl_types.h modified , text changed
Directoryperl/modperl/trunk/t/response/TestDirective/perlcleanuphandler.pm modified , text changed
Directoryperl/modperl/trunk/t/response/TestModperl/setupenv.pm modified , text changed
Directoryperl/modperl/trunk/t/response/TestPerl/ithreads3.pm modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26