is mod_python borked?

Tim Roberts timr at probo.com
Fri Nov 3 01:55:54 EST 2006


"walterbyrd" <walterbyrd at iname.com> wrote:
>
>I am considering python, instead of php, for web-application
>development. I often see mod_python.criticisized as being borked,
>broken, or just plain sucking.
>
>Any truth to any of that?

mod_python is most definitely NOT the only way of using Python to create a
web site.  CGI by itself is quite practical, unless you are anticipating
100s of hits per minute.  Even if it isn't, something like CherryPy used
through a proxy gives you the benefit of a long-running process with the
convenience of Apache.
-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the Python-list mailing list