X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=doc%2Fhttrcall.doc;h=cda8c95f4506442e7ccc00faafe079bf3491170e;hp=c4fa48e9fc5d0fc6518aeaf0ae2cd8cedd7be604;hb=547a41898e6a0420f65304f0c6e28529d067c8d4;hpb=5ef3e36a68131c829c12098ca11791564c906e9a diff --git a/doc/httrcall.doc b/doc/httrcall.doc index c4fa48e..cda8c95 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 forking new ones. If no *-l* + option is specified, *httrcall* imposes no limit on the number + of children that may run. + AUTHOR ------ Fredrik Tolf