"walterbyrd" <[EMAIL PROTECTED]> 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, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to