Jon:

On 31.05.2010 19:02, Rony G. Flatscher wrote:
> here is the code of two programs that you should save (watch for
> line-breaks).
>
> The first program should be named "server.rex", the second
> "useServer.rex". Invoke as
>
>     rexx useServer.rex [nrClients [useReplyInClientToo]]
>     ... nrClients: if not given defaults to '1'
>     ...useReplyInClientToo: if  set to '1' (true), then the client
>     method 'requestCommand' won't wait for the completion of the
>     request but return using reply, adding additional Rexx threads of
>     execution
>

forgot to give explicit examples for starting the program:

    rexx useServer
    rexx useServer 5
    rexx useServer 5 1
    rexx useServer 25
    rexx useServer 25 1

Regards,

---rony
------------------------------------------------------------------------------

_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to