FCGI-Async

This module allows a program to respond to FastCGI requests using an
asynchronous select() loop, rather than by making blocking calls. It is
implemented in pure perl, using no C or other libraries, and requiring no
special perl modules.

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install


SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

    perldoc FCGI::Async

You can also look for information at:

    Search CPAN
        http://search.cpan.org/dist/FCGI-Async

    CPAN Request Tracker:
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=FCGI-Async

    AnnoCPAN, annotated CPAN documentation:
        http://annocpan.org/dist/FCGI-Async

    CPAN Ratings:
        http://cpanratings.perl.org/d/FCGI-Async

COPYRIGHT AND LICENCE

Copyright (C) 2005 Paul Evans

This program is released under the following license: gpl
