
RDF::Server::Protocol::FCGI - FastCGI protocol handler for RDF::Server

package My::Server; use RDF::Server; with 'MooseX::SimpleConfig'; with 'MooseX::Getopt'; protocol 'FCGI'; interface 'SomeInterface'; semantic 'SomeSemantic';

This protocol handler interfaces between the RDF::Server framework and the FCGI server library.
The MooseX::Daemonize role is included in this module. The start method is extended to run the FastCGI request loop in the daemonized process.

This is the UNIX socket on which the server listens.



James Smith, <jsmith@cpan.org>

Copyright (c) 2008 Texas A&M University.
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.