X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=python%2Fdoc%2Fashd-wsgi.doc;h=210255708bfd287be73637b8445e20414829814f;hb=d5ee5cdea79ab756f4a7908c19b8232d57a1a3a8;hp=b73f90def4bcd47bdabec1fec32b62ac91e71b9a;hpb=3e11d7ede84e52974e41542ed60899ff340088d7;p=ashd.git diff --git a/python/doc/ashd-wsgi.doc b/python/doc/ashd-wsgi.doc index b73f90d..2102557 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'] [*-l* 'LIMIT'] 'HANDLER-MODULE' ['ARGS'...] +*ashd-wsgi* [*-hA*] [*-m* 'PDM-SPEC'] [*-p* 'MODPATH'] [*-l* 'LIMIT'] 'HANDLER-MODULE' ['ARGS'...] DESCRIPTION ----------- @@ -59,9 +59,15 @@ OPTIONS 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, the *ashd-wsgi* will assume that the + complete; if none does, *ashd-wsgi* will assume that the process is foobar and *abort*(3). +*-m* 'PDM-SPEC':: + + If the PDM library is installed on the system, create a + listening socket for connection PDM clients according to + 'PDM-SPEC'. + PROTOCOL --------