Changes between Version 6 and Version 7 of ApacheTuning
- Timestamp:
- Mar 10, 2011, 10:09:06 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ApacheTuning
v6 v7 31 31 32 32 Such a configuration will be written: [5, 5, 10, 150] (to avoid any confusion, if the MinSpareServers value was 6, the configuration would be denoted [5, 6, 10, 150]). 33 34 Constraints on the configuration can be seen in the [http://httpd.apache.org/docs/2.0/mod/prefork.html prefork] module configuration documentation. 33 35 === Experiment === 34 36 I wrote a small utility script that starts ''nbProcesses'' processes. Each process attempts to create ''nbFiles'' files in Nebulous using ''neb-touch''. To ensure that files do not previously exist in Nebulous, each instance of the utility script is called with an index argument (let's call it ''experimentNb''). Each experiment is run this way:
