Index: openacs-4/packages/acs-tcl/tcl/request-processor-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/request-processor-init.tcl,v diff -u -r1.21.2.2 -r1.21.2.3 --- openacs-4/packages/acs-tcl/tcl/request-processor-init.tcl 4 Sep 2020 15:33:50 -0000 1.21.2.2 +++ openacs-4/packages/acs-tcl/tcl/request-processor-init.tcl 6 Sep 2020 13:07:34 -0000 1.21.2.3 @@ -78,6 +78,7 @@ ns_register_proc $httpMethod / rp_handler } + set unreg_cmd [expr {$::acs::useNaviServer ? "ns_unregister_op" : "ns_unregister_proc"}] # Unregister any GET/HEAD/POST handlers for /*.tcl (since they @@ -187,6 +188,12 @@ } } +# +# Set a flag for bootststrap that at least, the request processor has +# done all essential initialization +# +nsv_set rp_properties request_count 0 + # Local variables: # mode: tcl # tcl-indent-level: 4