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.9 -r1.10 --- openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 13 Sep 2007 12:24:45 -0000 1.9 +++ openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 16 Sep 2007 09:31:20 -0000 1.10 @@ -674,7 +674,7 @@
  • startThrottle: If user requests more than this #, he is throttled
  • toMuch: If user requests more than this #, he is kicked out
  • - The throttler is defined as a class running in a detached thread. + The throttler is defined as a class running in a detached thread. See XOTcl API for Thread management for more details. It can be subclassed to define e.g. different kinds of throttling policies for different kind of request keys. Note that the throttle thread itself does not block, only the connection thread blocks if necessary (on throttles).