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.

