request-processor-init.tcl

Initialization stuff for the request processing pipeline.

Location:
packages/acs-tcl/tcl/request-processor-init.tcl
Created:
30 May 2000
Author:
Jon Salz [jsalz@arsdigita.com]
CVS Identification:
$Id: request-processor-init.tcl,v 1.21.2.5 2023/02/27 18:19:04 gustafn Exp $

Procedures in this file

Detailed information

rp_debug (private)

 rp_debug [ -debug debug ] [ -ns_log_level ns_log_level ] string

dummy placeholder

Switches:
-debug
(defaults to "f") (optional)
-ns_log_level
(defaults to "notice") (optional)
Parameters:
string

Partial Call Graph (max 5 caller/called nodes):
%3 rp_finish_serving_page rp_finish_serving_page (private) rp_debug rp_debug rp_finish_serving_page->rp_debug rp_handle_request rp_handle_request (private) rp_handle_request->rp_debug rp_handler rp_handler (private) rp_handler->rp_debug

Testcases:
No testcase defined.

rp_performance_mode (private)

 rp_performance_mode

Returns 1 if the request processor is in performance mode, 0 otherwise.

Partial Call Graph (max 5 caller/called nodes):
%3 rp_handle_request rp_handle_request (private) rp_performance_mode rp_performance_mode rp_handle_request->rp_performance_mode

Testcases:
No testcase defined.
[ show source ]