Django

Code

Ticket #2969 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

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

Reported by: mir@noris.de Assigned to: adrian
Milestone: Component: django-admin.py
Version: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

fastcgi.diff (1.2 kB) - added by mir@noris.de on 10/30/06 01:14:19.
The promised patch

Change History

10/30/06 01:14:19 changed by mir@noris.de

  • attachment fastcgi.diff added.

The promised patch

10/31/06 06:27:56 changed by russellm

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #2969 ([patch] add 'maxrequests' parameter for manage.py runfcgi)




Change Properties
Action