https://bz.apache.org/bugzilla/show_bug.cgi?id=66316

--- Comment #9 from Seann Herdejurgen <se...@herdejurgen.com> ---
As I was reviewing source code for modperl_interp.c to determine how the Start,
Max, Min interpreter settings are set, I ran across the following line in the
source code:

        /* XXX: if no VirtualHosts w/ PerlOptions +Parent we can skip this */

Since I use Virtual hosts, I updated my httpd.conf config to:

    PerlOptions +Parent
    PerlInterpStart 16
    PerlInterpMax 128
    PerlInterpMinSpare 16

Using PerlOptions +Parent, the PerlTrace i output in error_log confirmed that
my desired settings were actually being set correctly now.

[pid=2384149, tid=7fb793835900, perl=55b886b7f470] modperl_tipool_init:
start=16, max=128, min_spare=16, max_spare=3

So far, no deadlocks.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to