# HG changeset patch # User viric@mandarina # Date 1254508967 -7200 # Node ID d207fb7471440a44372b0ca914e510e20add7a55 # Parent a5359767652490b4c2bf0f4e45814530bb4c5e3b Updating the manual for TS_MAXCONN diff -r a53597676524 -r d207fb747144 ts.1 --- a/ts.1 Fri Oct 02 20:39:26 2009 +0200 +++ b/ts.1 Fri Oct 02 20:42:47 2009 +0200 @@ -189,6 +189,12 @@ option if you are tired of .B \-C. .TP +.B "TS_MAXCONN" +The maximum number of ts server connections to clients. This will make the ts clients +block until connections are freed. This helps, for example, on systems with a limited +number of processes, because each job waiting in the queue remains as a process. This +variable has to be set at server start, and cannot be modified later. +.TP .B "TS_ONFINISH" If the variable exists pointing to an executable, it will be run by the client after the queued job. It uses execlp, so