1RXSTACK(1)                       User Commands                      RXSTACK(1)
2
3
4

NAME

6       rxstack - The Regina Rexx Interpreter stack daemon
7
8

SYNOPSIS

10       rxstack [-h, --help] [-D, --debug] [-d, --daemon] [-k, --kill] [-p num,
11       --port num] [-w, --world]
12
13

DESCRIPTION

15       rxstack is a daemon that provides access to Regian Rexx external queues
16       directly  to  Regina  Rexx  programs or indirectly (via rxqueue) to any
17       other program via stdin and stdout.
18
19       Without any options, rxstack runs in the foreground.
20
21

OPTIONS

23       -h, --help
24              Displays short help.
25
26       -D, --debug
27              Turns debugging on
28
29       -d, --daemon
30              Starts rxstack as a daemon
31
32       -k, --kill
33              Kills the running rxstack process
34
35       -p, --port num
36              Specify the port on which rxstack listens. Overwrites  the  RXS‐
37              TACK environment variable. Default is 5757.
38
39       -w, --world
40              Accept connections from anywhere. By default rxstack only allows
41              connections from the localhost.
42
43

ENVIRONMENT

45       rxstack uses the following environment variables if set.
46
47
48       RXDEBUG
49              Enables debugging. Same as specifying -D or --debug option.
50
51
52       RXSTACK
53              The port number on which rxstack listens.  By  default  this  is
54              5757. Same as specifying -p or --port option.
55
56
57       RXQUEUE
58              The name of the default queue to be used if not specified by the
59              client.  By default this is SESSION.
60
61
63       The Regina Rexx interpreter is distributed under the GNU  Library  Gen‐
64       eral Public License, see the file `COPYING-LIB' in the source code dis‐
65       tribution.
66
67

AUTHOR

69       Anders  Christensen,  University  of  Trondheim,  Norway  <anders  (at)
70       pvv.unit.no>.
71
72

MAINTAINER

74       Changes  to Regina since 0.07a, Mark Hessling <mark (at) rexx.org> with
75       significant assistance from Florian Grosse-Coosmann.
76
77

SEE ALSO

79       rxqueue(1)
80
81       There are several good reference books on Rexx. The most famous is "The
82       Rexx  Language"  by  Mike  Cowlishaw.  Visit http://www.rexxla.org (The
83       Rexx Language Association) for any Rexx related information.
84
85
86
87
88Regina Rexx Interpreter            June 2013                        RXSTACK(1)
Impressum