I'm using mod_wsgi and it's pretty straightforward. I haven't tested its performance, but from what I read it's suppose to be much faster. The one benefit to mod_wsgi I found is that I don't need to restart apache to use new site code - just touch my wsgi file and mod_wsgi reloads the code. To better understand how mod_wsgi works you can read the PEP at http://www.python.org/dev/peps/pep-0333/
Benny 2009/9/21 Ahik Man <[email protected]> > Hello, > > There are some articles (like the one bellow) that claimed that mod_wsgi is > better then mod_python. > Is anybody having a real experience with comparison like that? > Any recommendations related to mod_wsgi? > > http://www.technobabble.dk/2008/aug/25/django-mod-wsgi-perfect-match/ > <http://www.technobabble.dk/2008/aug/25/django-mod-wsgi-perfect-match/> > Thanks, > Ahik > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "PyWeb-IL" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pyweb-il?hl=en -~----------~----~----~----~------~----~------~--~---
_______________________________________________ Python-il mailing list [email protected] http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
