Feature #1530
closedcgi.max_processes addition
Description
This patch adds a "cgi.max_processes INT". This limits the number of processes
that can be run via lighttpd. I used this because a small system might run
out of memory.
-- nmav
Files
Updated by gstrauss almost 8 years ago
- Related to Feature #967: request-queue-limit option for mod_fastcgi added
Updated by gstrauss almost 8 years ago
- Related to Feature #2431: mod_cgi process limit added
Updated by gstrauss over 7 years ago
- Description updated (diff)
- Status changed from New to Missing Feedback
Since lighttpd 1.4.40, lighttpd no longer blocks if nproc ulimit is reached (after lighttpd starts up). See #2431 for further discussion.
Is this patch still needed? Probably not, as long as you set nproc ulimit to be sufficient number of processes for lighttpd to start up and start any piped loggers. The remaining difference between number of processes at the point and the nproc ulimit should provide similar behavior to your cgi.max_processes patch.
Updated by gstrauss over 7 years ago
- Status changed from Missing Feedback to Fixed
Marking fixed, as the underlying issue (blocking behavior in CGI) behind this feature request has been fixed since lighttpd 1.4.40.
Also available in: Atom