.TH PRAW-MULTIPROCESS "1" "August 2015" "praw-multiprocess 3.2.0" "User Commands" .SH NAME praw-multiprocess, praw-multiprocess3 \- run concurrent instances of PRAW .SH SYNOPSIS .B praw-multiprocess [\fI\,options\/\fR] .PP .B praw-multiprocess3 [\fI\,options\/\fR] .SH DESCRIPTION .B praw-multiprocess is a script that allows you to run multiple concurrent instances of PRAW. .B praw-multiprocess3 is exactly the same as .B praw-multiprocess but uses Python 3 instead of Python 2. .SH OPTIONS .TP \fB\-\-version\fR show program's version number and exit .TP \fB\-h\fR, \fB\-\-help\fR show a help message and exit .TP \fB\-a\fR ADDR, \fB\-\-addr\fR=\fI\,ADDR\/\fR The address or host to listen on. Specify \fB\-a\fR 0.0.0.0 to listen on all addresses. Default: localhost .TP \fB\-p\fR PORT, \fB\-\-port\fR=\fI\,PORT\/\fR The port to listen for requests on. Default: 10101 .SH "SEE ALSO" The full documentation for .B praw-multiprocess is contained in the .B praw-doc package in info, HTML and text formats. If the .B info and .B praw-doc programs are properly installed at your site, the command .IP .B info praw -n 'Concurrent PRAW Instances' .PP should give you access to the complete manual.