pkgsrc-wip/ap2-python/DESCR
Marc Recht 5bae9c639d Initial import of mod_python 3.0.3.
mod_python is an Apache module that embeds the Python interpreter
within the server. With mod_python you can write web-based applications
in Python that will run many times faster than traditional CGI and
will have access to advanced features such as ability to retain
database connections and other data between hits and access to
Apache internals.
2003-08-07 12:29:07 +00:00

6 lines
350 B
Text

mod_python is an Apache module that embeds the Python interpreter
within the server. With mod_python you can write web-based applications
in Python that will run many times faster than traditional CGI and
will have access to advanced features such as ability to retain
database connections and other data between hits and access to
Apache internals.