Object ::throttle       This is a small request-throttle application that handles simple DoS-attacks on the server. 
::throttle ::Counter proc set_in_all_instances       A helper function to set in all (direct or indirect) instances an instance variable to the same value. 
::throttle ::Users proc active       Return a list of lists containing information about current users. 
::throttle ::Users proc hits        
::throttle ::Users proc last_pa        
::throttle ::Users proc nr_active        
::throttle ::Users proc nr_authenticated        
::throttle ::Users proc nr_users_time_window        
::throttle ::Users proc user_is_active        
::throttle Class ::Counter       This class holds the counted statistics so they do not have to be computed all the time from the list of requests. 
::throttle Class ::Users       This class is responsible for the user tracking and is defined only in a separate Tcl thread named <code>throttle</code>. 
throttle proc check       This method should be called once per request that is monitored.