Skip to content

Commit

Permalink
Item1315: fix speling
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/FastCGIEngineContrib@4484 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
WillNorris authored and WillNorris committed Jul 9, 2009
1 parent 54ee9f4 commit b57b0de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/System/FastCGIEngineContrib.txt
Expand Up @@ -119,7 +119,7 @@ FastCgiServer %ROOT%/bin/foswiki.fcgi -processes 3
</Directory>
</pre>

Refer to [[%TOPIC%#Tunning][tunning]] section bellow for a little discussion about the number of !FastCGI processes.
Refer to [[%TOPIC%#Tuning][tuning]] section below for a little discussion about the number of !FastCGI processes.

<pre>
# External server: could be running at another machine and/or a different user from the webserver
Expand Down Expand Up @@ -231,7 +231,7 @@ $HTTP["url"] =~ "^%URL%/" {
}
</pre>

---++ Tunning
---++ Tuning

Except from Apache using only =.htaccess= file, it's possible to adjust the number of !FastCGI processes. There is no _magic number_: it depends on some variables, like the hardware resources and access load. If you set this number too low, users may experience high latencies and you'll not use all hardware potential, on the other hand if this setting is adjusted too high then the server can be forced to use swap, what degrades performance a lot.

Expand Down

0 comments on commit b57b0de

Please sign in to comment.