Feature #1505
Enable mod_compress to abadon compression when load average is too high
| Status: | New | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | jan | % Done: | 0% |
|
| Category: | mod_compress | |||
| Target version: | 1.5.0 | |||
| Pending: | No |
Resolution: | ||
Description
mod_compress can really make things faster but its performance is very compromised if the CPU is too busy with other tasks. So, this mod should be able to be auto-suspended if loadavg (/proc/loadavg) gets too high, reaching a value set in lighttpd.conf with a grace period.
Doing so, in any scenario, mod_compress will only boost performance, not making it worse.
-- ubuntu