cleanup handler - is it "free" time?
E R <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <CA+QY9ts6cw7hJXsmBeVHMH+CqkfnRXZNPqJW3dpPd5AW3FB5Hw@mail.gmail.com> |
I am wondering how time spent in a cleanup handler affects page response time. For instance, if I do a sleep(1) in a cleanup handler, will my page delivery times be increased by a second? Or will other available mod-perl child processes pick up pending requests until the cleanup handler returns?