| ScriptingClient(1) | General Commands Manual | ScriptingClient(1) |
scriptingclient —
RSerPool Client (PU) for the Scripting service
scriptingclient |
[-poolhandle=pool_handle]
[-environment=file_name]
[-input=file_name]
[-output=file_name]
[-quiet]
[-maxretry=trials]
[-retrydelay=milliseconds]
[-runid=description]
[-transmittimeout=milliseconds]
[-keepaliveinterval=milliseconds]
[-keepalivetimeout=milliseconds]
[-cspinterval=milliseconds]
[-cspserver=address:port]
[-logappend=filename]
[-logcolor=on|off]
[-logfile=filename]
[-loglevel=0-9] |
scriptingclient is a Reliable Server
Pooling (RSerPool) pool user (PU) for the scripting service. The purpose of
this service is to distribute input data to a scripting PE, execute a script
doing some useful work on the input data and returning output data. For
example, this service can be used for distributed simulation processing.
The following options are available:
-poolhandle=pool_handle-environment=file_name-input=file_name-output=file_name-quiet-maxretry=trials-retrydelay=milliseconds-runid=description-transmittimeout=milliseconds-keepaliveinterval=milliseconds-keepalivetimeout=milliseconds-registrar=address:port-registrarannouncetimeout=milliseconds-registrarconnecttimeout=milliseconds-registrarconnectmaxtrials=trials-registrarrequesttimeout=milliseconds-registrarresponsetimeout=milliseconds-registrarrequestmaxtrials=trials-cspinterval=milliseconds-cspserver=address:port-logappend=filename-logcolor=on|off-logfile=filename-loglevel=0-9scriptingclient uses the environment
variables CSP_SERVER and CSP_INTERVAL to define a CSP server to send reports
to in the specified interval.
If loglevel>0, log messages will be printed to stdout or into a specified log file.
For a detailed introduction to RSerPool, see:
https://duepublico.uni-duisburg-essen.de/servlets/DerivateServlet/Derivate-16326/Dre2006_final.pdf
Thomas Dreibholz's RSerPool Page:
https://www.nntb.no/~dreibh/rserpool/
| June 6, 2012 | Scripting Client |