docs.roxen.comBack to normal mode
DocsRoxen2.2Web Site Creator ManualProtocol Tags
Copyright © 2004, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com

<throttle/>

Provided by module: Throttling control tags

This tag determines a request's allocated bandwidth.


Attributes

not

Disables all and any throttling for the current request. Implies the 'final' arg.


add="rate"

Adds 'rate' bytes/sec to the current rate for the current request.


subtract="rate"

Subtracts 'rate' bytes/sec from the current rate for the current request.


multiply="float"

Multiplies this requests' bandwidth by 'float'.


divide="float"

Divides this requests' bandwidth by 'float'.


rate="value"

Sets this request's bandwidth to 'value'.


final

No subsequent modifications will be done to this request's bandwidth after the current one.