1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
.\" Process this file with
.\" groff -man -Tascii foo.1
.\"
.TH SPREAD 1 "December 2001" Spread "User Manuals"
.SH NAME
spread \- Multicast Group Communication Daemon
.SH SYNOPSIS
.BI "spread [-l " y/n "] [-n " proc_name "] [-c " config_file ]
.SH DESCRIPTION
.B spread
runs the Spread daemon on the local machine using the
default configuration file spread.conf unless told
otherwise.
.SH OPTIONS
.IP "-l y/n"
Turn on or off logging. Default is off.
.IP "-n proc_name"
Force this daemon to be identified by a specific process name.
.IP "-c config-file"
Use an alternate configuration file
.I config-file
instead of
.IR ./spread.conf .
.SH FILES
.I ./spread.conf
.RS
The default config file location.
.I /etc/spread.conf
is also searched if a local file is not found.
.SH DIAGNOSTICS
The daemon will output some startup information to stdout
and any severe errors will also be output to stdout. Redirecting
standard out to a file or using the EventLogFile directive in the spread.conf
file is recommended if you are interested in log messages.
.SH BUGS
None currently known. Library is only thread-safe if the program
is linked with libtsp.a not libsp.a. The non-thread-safe library is
provided for those who are writing single-threaded applications and do not
want to pay the minimal performance penalty for locking.
.SH AUTHOR
Yair Amir <yairamir@cnds.jhu.edu>
Jonathan Stanton <jonathan@cnds.jhu.edu>
Spread Project <spread@cnds.jhu.edu>
.SH "SEE ALSO"
.BR libsp (3)
|