X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=doc%2Fhttrcall.doc;h=a95e782c1c42b7b9d58c89ddf8c521c16e3aecc7;hb=7d1e14f405f389656604c68e18a381feabcd3d4a;hp=c4fa48e9fc5d0fc6518aeaf0ae2cd8cedd7be604;hpb=9d82f27c53c5fb79ceee52904b996edefb27628a;p=ashd.git diff --git a/doc/httrcall.doc b/doc/httrcall.doc index c4fa48e..a95e782 100644 --- a/doc/httrcall.doc +++ b/doc/httrcall.doc @@ -7,7 +7,7 @@ httrcall - Call transient ashd handlers SYNOPSIS -------- -*httrcall* [*-h*] 'PROGRAM' ['ARGS'...] +*httrcall* [*-h*] [*-l* 'LIMIT'] 'PROGRAM' ['ARGS'...] DESCRIPTION ----------- @@ -29,6 +29,15 @@ OPTIONS Print a brief help message to standard output and exit. +*-l* 'LIMIT':: + + If specified, only 'LIMIT' copies of the handler program are + allowed to run at one time. If further request are received + while 'LIMIT' children are running, *httrcall* will block, + waiting for one to exit before processing further requests. If + no *-l* option is specified, *httrcall* imposes no limit on + the number of children that may run. + AUTHOR ------ Fredrik Tolf