X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=doc%2Fhttrcall.doc;h=555284e3c834abf5eb141209e1f703646a4a6d24;hb=bcad6b0c48d516ddc920b52f06083ceaa242e1ca;hp=c4fa48e9fc5d0fc6518aeaf0ae2cd8cedd7be604;hpb=f7b4b93eeebeb4c52828da4b327ed4e135a16fb1;p=ashd.git diff --git a/doc/httrcall.doc b/doc/httrcall.doc index c4fa48e..555284e 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 furter 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