SCGI: A Simple Common Gateway Interface alternative
===================================================

Protocol
--------

    See http://python.ca/nas/scgi/protocol.txt for the specification of
    the SCGI protocol.


Software
--------

    scgi
    ----

        A Python package implementing the server side of the SCGI
        protocol.


    apache1
    -------

        An Apache 1.3 module that implements the client side of the
        protocol.  See the README file in the apache1 directory for more
        details. 


    apache2
    -------

        An Apache 2.0 module that implements the client side of the
        protocol.  See the README file in the apache1 directory for more
        details. 


    SCGI-CGI
    --------
    
        Available from http://arbutus.physics.mcmaster.ca/dmc/software/

        SCGI-CGI is a CGI script which communicates requests to a SCGI
        server.  This is useful in cases where you can't use the
        mod_scgi module.  It's much lighter weight than using a Python
        script for CGI, as it's written in C.  It is written by David M.
        Cooke.


/* vim: set ai tw=74 et sw=4 sts=4: */
