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.23 -r1.24 --- openacs-4/packages/acs-tcl/tcl/request-processor-init.tcl 11 Sep 2024 06:15:48 -0000 1.23 +++ openacs-4/packages/acs-tcl/tcl/request-processor-init.tcl 28 Oct 2024 16:04:31 -0000 1.24 @@ -12,7 +12,7 @@ # set ::acs::kernel_id [ad_acs_kernel_id] -if {[nsv_exists rp_properties request_count] != 0} { +if {[ns_ictl epoch] > 0} { # # This is a re-init. There is no need, to rerun the code # below. Setting e.g. filters multiple times might have unwanted @@ -201,7 +201,7 @@ # Set a flag for bootststrap that at least, the request processor has # done all essential initialization # -nsv_set rp_properties request_count 0 +nsv_set rp_properties rp_initialized 1 # Local variables: # mode: tcl