[python] mod_python

Bob Ippolito bob at redivi.com
Fri May 6 18:28:11 EDT 2005


On May 6, 2005, at 6:06 PM, michael wrote:

> Has anyone on the list made use of mod_python? http:// 
> www.modpython.org/

Years ago.

> I was patching an old development server and noticed I had  
> installed it
> several years ago but never really got beyond hello-world.
>
> Is this something worth pursueing, or should I stick with more
> traditional server side scripting?

Some kind of persistent cgi (fastcgi, etc.) or ProxyPass is generally  
a better way to integrate dynamic code with Apache.  That's what just  
about everything does these days, mod_python isn't that popular and  
it reduces the stability of the server.

-bob




More information about the python mailing list