


acushare manages shared code segments used by the runtime system. On UNIX systems, acushare runs as a background server process that responds to requests from various client runtimes (a "daemon" in UNIX terminology).
acushare has the following command line formats:
acushare -start [ -e errorfile ]
acushare -kill
acushare -version
acushare
| -start
| Creates a background process.
|
| -e errorfile
| Causes error output to be appended to errorfile.
|
| -kill
| Causes acushare to perform an orderly shutdown. |
| -version
| Causes acushare to print its version number.
|
| no options
| If acushare is not running, causes output of a message showing available options. If acushare is running, causes output of a report with specific information concerning shared memory. |