Opened 18 years ago
Closed 18 years ago
#2969 closed defect (fixed)
[patch] add 'maxrequests' parameter for manage.py runfcgi
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Core (Management commands) | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
flup provides a way to limit the requests handled by a process (e.g. to safeguard from lurking memory holes), but manage.py runfcgi did not allow to set it. This patch adds a 'maxrequests' parameter, explained in manage.py manage.py runfcgi help
Attachments (1)
Change History (2)
by , 18 years ago
Attachment: | fastcgi.diff added |
---|
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The promised patch