Client/server mode

If port-number is specified, a server is initiated and starts listening for incoming requests.
E.g.:

 analyze 50005 -f en.cfg  &

Then, clients can request analysis to the server, with:

 analyzer_client localhost 50005  <myinput  >myoutput
or, from a remote machine:
 analyzer_client xx.xx.xx.xx 50005  <myinput  >myoutput
(where xx.xx.xx.xx should be the IP address or hostname for the machine where the server was started)

Any client trying to connect to the server while it is attending another request, will be blocked and attended when the current request is finished.



Lluís Padró 2010-09-02