X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=python%2Fdoc%2Fashd-wsgi.doc;h=9b950b82f75f80abec2b13b61c8f3ac2add0bf8a;hb=3da05ba70e34474ffe21c279512675a060915dbd;hp=25531ff7dffbb88923e03596ac886f9c56f509df;hpb=338bee9d3d0ad8f236a17d9d1b8e7433e1d17c21;p=ashd.git diff --git a/python/doc/ashd-wsgi.doc b/python/doc/ashd-wsgi.doc index 25531ff..9b950b8 100644 --- a/python/doc/ashd-wsgi.doc +++ b/python/doc/ashd-wsgi.doc @@ -7,7 +7,7 @@ ashd-wsgi - WSGI adapter for ashd(7) SYNOPSIS -------- -*ashd-wsgi* [*-hA*] [*-p* 'MODPATH'] 'HANDLER-MODULE' ['ARGS'...] +*ashd-wsgi* [*-hA*] [*-p* 'MODPATH'] [*-l* 'LIMIT'] 'HANDLER-MODULE' ['ARGS'...] DESCRIPTION ----------- @@ -54,6 +54,14 @@ OPTIONS on Python's module path by default, so if you want to use a module in that directory, you will need to specify "`-p .`". +*-l* 'LIMIT':: + + Allow at most 'LIMIT' requests to run concurrently. If a new + request is made when 'LIMIT' requests are executing, the new + request will wait up to ten seconds for one of them to + complete; if none does, *ashd-wsgi* will assume that the + process is foobar and *abort*(3). + PROTOCOL --------