Index: openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl,v diff -u -r1.67.2.35 -r1.67.2.36 --- openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 11 Dec 2020 16:31:17 -0000 1.67.2.35 +++ openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 12 Jan 2021 15:48:57 -0000 1.67.2.36 @@ -206,7 +206,7 @@ } Throttle instproc register_access {requestKey pa url community_id is_embedded_request} { - ns_log notice "register_access $requestKey $pa $url " + #ns_log notice "register_access $requestKey $pa $url " set obj [Users current_object] $obj addKey $requestKey $pa $url $community_id $is_embedded_request Users expSmooth [$obj point_in_time] $requestKey @@ -870,7 +870,7 @@ # # Don't count cases from the ipDict which are already counted in # for the auth cases. This assumes that from one IP address, there - # is never a person connected authenticated and not authrenticated + # is never a person connected authenticated and not authenticated # at the same time in the give time window. If it is, it is # ignored in the statistics. # @@ -1598,14 +1598,14 @@ } -persistent 1 -ad_doc { This is a small request-throttle application that handles simple - DOS-attracks on an AOL-server. A user (request key) is identified + DoS-attacks on the server. A user (request key) is identified via ipAddr or some other key, such as an authenticated userid.

XOTcl Parameters for Class Throttle: