mod_wsgi vs mod_python interfaces

Pau Freixes pfreixes at gmail.com
Sat Jun 21 11:26:42 EDT 2008


Hi list,

I remember red into this list that mod_wsgi is more faster than mod_python.
Why ?

WSIG it's only a true specification for deploy and performance Python
applications running into web servers, mod python it's like mod wsgi but
it's only a not official specification between Apache and Python aplications
or frameworks. Therefore the real difference between both module are a kind
of protocol/interface for talk with Python Aplication.

mod_wsgi and mod_python are written in C and only how their internal data
structures and memory managment and other issues can justify a different
performance. Or WSGI interface it's more efficient than mod_python interface
?

What do you think about this ?

-- 
Pau Freixes
Linux GNU/User
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080621/b6b7e193/attachment.html>


More information about the Python-list mailing list