Apache 1.3 API Documentation

Constant STOP_PREQUEST

Definition:

#include "scoreboard.h"
     

Usage example:

if (status == STOP_PREQUEST) {
    ...deal with request stop time...
}
     

This constant is used to indicate a request's processing is stopped (not necessarily completed). Useful for timing purposes.

See also:
ap_exists_scoreboard_image, ap_scoreboard_image, ap_sync_scoreboard_image, global_score, parent_score, scoreboard, SERVER_BUSY_DNS, SERVER_BUSY_KEEPALIVE, SERVER_BUSY_LOG, SERVER_BUSY_READ, SERVER_BUSY_WRITE, SERVER_DEAD, SERVER_GRACEFUL, SERVER_NUM_STATUS, SERVER_READY, SERVER_STARTING, short_score, START_PREQUEST, vtime_t

Previous: START_PREQUEST Next: TAKE1

Table of Contents (Routines, Structures, Data Cells, Constants)