Feature #1531

mod_fastcgi doesn't support specifying a priority for the spawned processes

Added by Anonymous 351 days ago. Updated 351 days ago.

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

History

01/22/2008 09:48 PM - stbuehler

You could use a wrapper script which does "nice ..." - i don't think it is a good idea to have every possible configuration option like this in lighttpd.

Also available in: Atom PDF