This is a diff between 1.1 and 1.2 revisions:

65a63
< * [[VirtTipsAndTricksGuide][Virtuoso Tips and Tricks Collection]]
<
64d63
> * [[VirtTipsAndTricksGuide][Virtuoso Tips and Tricks Collection]]
\ No newline at end of file
63a61
< * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtTipsAndTricksGuide][Virtuoso Tips and Tricks Collection]]
45a44
< Query Limits can be set in the [SPARQL] Virtuoso INI section:
44d44
> Query Limits can be set in the <code>[SPARQL]</code> Virtuoso INI section:
40a39
< Virtuoso instance Level (e.g. controlling at the IP level i.e., controlling connections from client addresses)
39d39
> Virtuoso instance Level (e.g., controlling at the IP level; that is, controlling connections from client addresses).
35a34
< This feature is enabled when <code>[HTTPServer]->MaxRestrictedThreads</code> parameter value is less than <code>[Parameters]->ServerThreads</code> parameter value from the Virtuoso INI setting.
34d34
> This feature is enabled when <code><nowiki>[HTTPServer] MaxRestrictedThreads</nowiki></code> parameter value is less than <code><nowiki>[Parameters] ServerThreads</nowiki></code> parameter value in the Virtuoso INI.
33a32
< The Virtuoso Rate Limiter uses a function <code>http_limited ()</code> inside the Sponger code>description.vsp</code> page which checks if given number of running threads are more than the <code>MaxRestrictedThreads</code> parameter's value in the [ServerThreads] INI section. A <code>42000 error</code> is signaled in case of over the limit. By default there is no limit. If there are too many requests then an error 'Limit exceeded' will be signaled.
32d32
> The Virtuoso Rate Limiter uses the <code><nowiki>http_limited()</nowiki></code> function inside the Sponger <code>description.vsp</code> page to check if the number of running threads is more than the <code><nowiki>MaxRestrictedThreads</nowiki></code> parameter's value in the <code><nowiki>[ServerThreads]</nowiki></code> INI section. A <b>42000</b> error is signaled if over this limit. By default, there is no limit. If there are too many requests, then a <b><code>Limit exceeded</code></b> error will be signaled.
29a28
< start to collect statistics), and then to check with <nowiki>http_acl_stats ()</nowiki> what values are returned.
28d28
> start to collect statistics), and then to check with <code><nowiki>http_acl_stats()</nowiki></code> what values are returned.
19a20
< Rate Limit is configurable from Virtuoso Conductor -> System Admin -> Security -> Access Control where:
< * Regular expressions are not supported;
< * Can be used patterns, for ex:
18d18
> Rate Limit is configurable from <b>Virtuoso Conductor -> System Admin -> Security -> Access Control</b> where:
> * Regular expressions are not supported.
> * Patterns may be used; for example &mdash;
16a15
<
11a11
< ---++Why?
10d11
> ---++ Why?
8a8
< ---++What?
7d8
> ---++ What?
4a4
< ---+Virtuoso Guide for Administering Your Sponger Instance
3d4
> ---+ Virtuoso Guide for Administering Your Sponger Instance