Feature #1531
mod_fastcgi doesn't support specifying a priority for the spawned processes
| Status: | New | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | jan | % Done: | 0% |
|
| Category: | mod_fastcgi | |||
| Target version: | - | |||
| Pending: | No |
Resolution: | ||
Description
It would be great if there was a parameter similar to the apache module's -priority to allow fastcgi processes to be spawned with a specified priority.
We have a fcgi process that tends to use lots of CPU at times; the workaround that we've found is to renice the process manually, but it would be better if it was possible to do that via the configuration.
-- datallah