::Counter proc set_in_all_instances (public)

 ::Counter[i] set_in_all_instances var value

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

A helper function to set in all (direct or indirect) instances an instance variable to the same value. This is used here in combination with changing parameters

Parameters:
var
value

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

Testcases:
No testcase defined.
Source code:
foreach object [:allinstances] {
  $object set $var $value
}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: