rpc-server.pl - a simple rpc server
rpc-server.pl [--help] [--debug] [--manual] [--version]
options: --address the address to bind too --port the port to listen on --logfile the log file to use --pidfile the pid file to use --daemon too daemonize --debug toggles debugging output --help outputs simple help text --manual outputs the procedures manual --version outputs the apps version
This procedure is a simple rpc server. It provides the following methods: echo, list, status
The address to bind too.
The port to listen on.
The log file to use.
the pid file to use.
Run as a daemon.
Turns on debbuging.
Displays a simple help message.
The complete documentation.
Prints out the apps version
0 - success 1 - failure 2 - already running
XAS::Apps::Test::Echo::Cient
Kevin L. Esteb, <kevin@kesteb.us>
Copyright (C) 2012 by Kevin L. Esteb
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.