http://www.modpython.org/mp_long.gif On mod_python from http://www.vex.net/parnassus/apyllo.py?i=41646521 mod_python * Abstract: Apache/Python Integration. * Details: Embeds Python within Apache. * Licence: Apache Style * Created: 2000-12-04 00:25 * URL: http://www.modpython.org/ which says: Mod_python is an ApacheHttpd module that embeds the PythonLanguage 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. Compare ModPerl. ---- CategoryPython