Opened 18 years ago

Closed 18 years ago

#2969 closed defect (fixed)

[patch] add 'maxrequests' parameter for manage.py runfcgi

Reported by: mir@… 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)

fastcgi.diff (1.2 KB ) - added by mir@… 18 years ago.
The promised patch

Download all attachments as: .zip

Change History (2)

by mir@…, 18 years ago

Attachment: fastcgi.diff added

The promised patch

comment:1 by Russell Keith-Magee, 18 years ago

Resolution: fixed
Status: newclosed

(In [3954]) Fixes #2969 -- Added maxRequests option for FCGI servers. Thanks, Michael Radziej.

Note: See TracTickets for help on using tickets.
Back to Top