http://www.perlmonks.org?node_id=1084648


in reply to Re^5: Plack and apache child init phase
in thread Plack and apache child init phase

At what time, other than child init time, would any plackish webserver create an app object of your app and then wait for incoming requests?

Well, normally I want compilation to happen as early as possible; in a preforking server, this is at startup. child init is after that, whenever a new child is forked, but before actually waiting for incoming requests.

--
A math joke: r = | |csc(θ)|+|sec(θ)| |-| |csc(θ)|-|sec(θ)| |
  • Comment on Re^6: Plack and apache child init phase