pkgsrc/www/ap2-python/DESCR
adam 9a96e22055 Changes 3.5.0:
* Support for Python 3.3
* Simpler, faster and up-to-date with latest Python code for creating/maintaining interpreter and thread state.
* A much faster WSGI implementation (start_response now implemented in C)
2014-02-17 17:20:28 +00:00

5 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.