¡@

Home 

python Programming Glossary: mod_fastcgi

How Python web frameworks, WSGI and CGI fit together

http://stackoverflow.com/questions/219110/how-python-web-frameworks-wsgi-and-cgi-fit-together

runs the Django application directly. Daemon mod_wsgi or mod_fastcgi allows Apache to interact with a separate daemon or long running.. long running Django process then you configure Apache's mod_fastcgi to communicate with this process. Note that mod_wsgi can work.. in either mode embedded or daemon. When you read up on mod_fastcgi you'll see that Django uses flup to create a WSGI compatible..

Cleanest & Fastest server setup for Django

http://stackoverflow.com/questions/26025/cleanest-fastest-server-setup-for-django

It appears to be faster and easier on resources. mod_fastcgi When using FastCGI you are delegating the serving of Django..