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?

Reply via email to