2005/9/13, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
> 
> I am getting ready to deploy my first real production django web site
> for a customer and I was wondering what people had to say about
> mod_python vs fcgi.  I have the impression that using mod_python is the
> prefered way.  Is this because of speed?  Or are there other reasons
> why fcgi is not desirable?
> 
> Thanks for any feedback.
> 
> 

I want to advocate SCGI (with WSGI adaptor) here, even if you don't
mention it as a choice. I understand that in case of Django mod_python
is the most proven, but for Python applications in general SCGI is the
most fast, stable and easy to configure alternative.

-- 
Ksenia

Reply via email to