::Users proc hits (public)

 ::Users[i] hits uid

Defined in packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl

Parameters:
uid - request key
Returns:
Number of hits by this user (in time window)

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
if {[info exists :hits($uid)]} {
  return [set :hits($uid)]
} else {
  return 0
}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: