Commit 4d91ef0a authored by dgaudet's avatar dgaudet
Browse files

Implement a new timer scheme which eliminates the need to call alarm() all

the time.  Instead a counter in the scoreboard for each child is used to
show when the child has made forward progress.  The parent samples this
counter every scoreboard maintenance cycle, and issues SIGALRM if no
progress has been made in the timeout period.  This reduces the static
request best-case syscall count to 22 from 29.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@78978 13f79535-47bb-0310-9956-ffa450edef68
parent 1434ac34
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment