| Frontier-Daemon-Forking documentation | view source | Contained in the Frontier-Daemon-Forking distribution. |
Frontier::Daemon::Forking - receive Frontier XML RPC requests
use Frontier::Daemon::Forking;
Frontier::Daemon::Forking->new(
methods => {
rpcName => \&rpcHandler,
},
encoding => 'ISO-8859-1',
);
sub rpcHandler { return 'OK' }
Frontier::Daemon::Forking is a drop in replacement for Frontier::Daemon when a forking HTTP/1.1 server is needed that listens on a socket for incoming requests containing Frontier XML RPC2 method calls. Most of the code was borrowed from Frontier::Daemon.
Todd Caine, tcaine@pobox.com
| Frontier-Daemon-Forking documentation | view source | Contained in the Frontier-Daemon-Forking distribution. |