Web programming: Apache modules: mod_python vs mod_php

Posted by Olivier Pons on Stack Overflow See other posts from Stack Overflow or by Olivier Pons
Published on 2010-05-19T07:36:07Z Indexed on 2010/05/19 7:40 UTC
Read the original article Hit count: 224

Filed under:
|

Hi!

I've been using for more than 12 years PHP with Apache (a.k.a mod_php) for my web development work. I've recenlty discovered python and its real power (I still don't understand why this is not always the best product that becomes the most famous). I've just discovered mod_python for Apache. I've already googled but without success things like mod_python vs mod_php. I wanted to know the differences between the two mod_php and mod_python in terms of:

  • speed
  • productivity
  • maintainance (I know `python is most productive and maintainable language in the world, but is it the same for Web programming with Apache)
  • availability of features e.g, cookies and session handling, databases, protocols, etc.

© Stack Overflow or respective owner

Related posts about mod-python

Related posts about mod-php