Description

Docs are missing for configuring flup_frontend. The options aren't described (besides in the code lines).

parser.add_option("--min-spare", dest="min_spare", type="int", metavar='MIN', help=("Minimum spare threads/processes (when "
                  "using threaded or forking servers)."))
parser.add_option("--max-spare", dest="max_spare", type="int", metavar='MAX', help=("Maximum spare threads/processes (when "
                  "using threaded or forking servers)."))
parser.add_option("--max-childs", dest="max_childs", type="int", metavar='CHILDS', help=("Hard upper limit on threads/processes "
                  "(when using threaded or forking servers)."))
parser.add_option("-t", "--type", dest="server_type", metavar='TYPE', help=("Type of server to use, e.g. single/threaded"
                  "/forking. Defaults to 'single' when not bound to a socket and to 'threaded' when it is"))

Component selection

http://master19.moinmo.in docs

Details

MoinMoin Version

moin-1.9 alpha

OS and Version

Python Version

Server Setup

Server Details

Language you are using the wiki in (set in the browser/UserPreferences)

Workaround

Discussion

we have already docs about middleware in InstallDocs/ServerInstall. Further documentation should be provided by the middleware.

Plan


CategoryMoinMoinNoBug

MoinMoin: MoinMoinBugs/1.9DocsMissingForflup_frontend (last edited 2009-07-26 22:50:18 by ReimarBauer)