GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
rxque(1) FreeBSD General Commands Manual rxque(1)

rxque - data queue server

rxque [ -csh | filename ]

rxque is a daemon which serves a data queue, normally used by rexx(1) which starts it automatically, although it can be started manually. It runs in the background and accepts requests from rxstack(1) or from Rexx programs until terminated with signal 15.

The server communicates with clients via a Unix-domain socket. If a filename parameter is given, rxque uses this as the name of the socket and prints the process id of the server to its standard output. This should be saved and used to terminate the server with signal 15 when it is no longer required. If no filename parameter is supplied, rxque generates a filename of its own and outputs both the filename and the process id to its standard output in the form of settings for the environment variables RXSTACK and RXSTACKPROC, respectively. The default format is two `NAME=value' pairs, suitable for interpretation by a Bourne shell. If the -csh flag is supplied then the format will be two `setenv' commands suitable for interpretation by a C-shell. Writing a command such as:

eval `rxque -csh`

will thus set the environment variables.

The variable RXSTACK containing the socket file name must be exported to the environment in order for clients to be able to use the stack.

-csh
Use the `setenv' format of output.
filename
Use the filename as the name of the socket and just output the process id of the server.

RXSTACK
The name of the socket used for communication with the server.
RXSTACKPROC
The process id of the server.

rxstack(1), rexx(1), The REXX/imc documentation.

Ian Collier <imc@comlab.ox.ac.uk>
February 1999

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.