Apache2: mod_wsgi or mod_python, which one is better?

Posted by Algorist on Stack Overflow See other posts from Stack Overflow or by Algorist
Published on 2010-03-10T22:10:07Z Indexed on 2010/03/11 4:39 UTC
Read the original article Hit count: 492

Filed under:
|
|
|
|

Hi,

I am planning to write web service in python. But, I found wsgi also does the similar thing. Which one can be preferred?

Thank you
Bala

Update

I am still confused. Please help.

Better in my sense means:
1. Bug will be fixed periodically.
2. Chosen by most developers.
3. Additional features like authentication tokens like AWS, can be supported out of the box.
4. No strong dependency on version.( I see that wsgi requires python 2.6)
5. All python libraries will work out of the box.
6. Scalable in the future.
7. Future upgrade don't cause any issues.

With my limited experience, I want these features. There might be some I might be missing.

Thanks
Bala

Update

I am sorry for all the confusion caused. I just want to expose a restful web services in python language. Is there a good framework?

© Stack Overflow or respective owner

Related posts about apache2

Related posts about python