in reply to Plack and apache child init phase

that has some code in a mod_perl child init handler

Sets up some singletons right?

Replies are listed 'Best First'.
Re^2: Plack and apache child init phase
by ysth (Canon) on May 01, 2014 at 06:55 UTC

    I'm not really clear on the purpose; I think it's not how I would have approached the problem. But I can certainly think of situations where I would use a child init handler.

    Why do you ask?

    --
    A math joke: r = | |csc(θ)|+|sec(θ)| |-| |csc(θ)|-|sec(θ)| |

        Thanks, I had read the Plack::Handler::Apache2 doc but not the others.

        I will give this a try, but...it's not clear to me how it is doing anything at child init time, not compile time.

        --
        A math joke: r = | |csc(θ)|+|sec(θ)| |-| |csc(θ)|-|sec(θ)| |