The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SWISHED::Core - perl module to provide a persistent swish-e daemon

SYNOPSIS

Put lines like the following in your httpd.conf file to use SWISHED as a mod_perl 2.0 handler. See the docs for examples on how to use swished as a CGI or Apache::Registry handler:

        PerlRequire /usr/local/swished/lib/startup.pl
        PerlPassEnv SWISHED_INDEX_DEFAULT 
        <Location /swished>
                PerlResponseHandler SWISHED::Handler
                PerlSetEnv SWISHED_INDEX_DEFAULT /var/lib/sman/sman.index
                # specify your default index here, above is from 
        #   sman-update at http://search.cpan.org/~joshr/Sman/
                SetHandler perl-script
        </Location> 

DESCRIPTION

Swished is the core module providing a persistent swish-e daemon. See SWISHED::swished and SWISHED::Handler for examples.

AUTHOR

Josh Rabinowitz

SEE ALSO

SWISH::API, SWISH::API::Remote, SWISHED::Handler, SWISHED::swished, swish-e