ts.1
changeset 280 d207fb747144
parent 266 e35af91aa426
child 283 f049b802be64
equal deleted inserted replaced
279:a53597676524 280:d207fb747144
   187 .B "TS_MAXFINISHED"
   187 .B "TS_MAXFINISHED"
   188 Limit the number of job results (finished tasks) you want in the queue. Use this
   188 Limit the number of job results (finished tasks) you want in the queue. Use this
   189 option if you are tired of
   189 option if you are tired of
   190 .B \-C.
   190 .B \-C.
   191 .TP
   191 .TP
       
   192 .B "TS_MAXCONN"
       
   193 The maximum number of ts server connections to clients. This will make the ts clients
       
   194 block until connections are freed. This helps, for example, on systems with a limited
       
   195 number of processes, because each job waiting in the queue remains as a process. This
       
   196 variable has to be set at server start, and cannot be modified later.
       
   197 .TP
   192 .B "TS_ONFINISH"
   198 .B "TS_ONFINISH"
   193 If the variable exists pointing to an executable, it will be run by the client
   199 If the variable exists pointing to an executable, it will be run by the client
   194 after the queued job. It uses execlp, so
   200 after the queued job. It uses execlp, so
   195 .B PATH
   201 .B PATH
   196 is used if there are no slashes in the variable content. The executable is run
   202 is used if there are no slashes in the variable content. The executable is run