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.


git-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1682369 13f79535-47bb-0310-9956-ffa450edef68
12 files changed