mod-python

Differences and uses between WSGI, CGI, FastCGI, and mod_python in regards to Python?

Differences and uses between WSGI, CGI, FastCGI, and mod_python in regards to Python? Question: I’m just wondering what the differences and advantages are for the different CGI’s out there. Which one would be best for python scripts, and how would I tell the script what to use? Asked By: Parker || Source Answers: A part …

Total answers: 4

Reducing Django Memory Usage. Low hanging fruit?

Reducing Django Memory Usage. Low hanging fruit? Question: My memory usage increases over time and restarting Django is not kind to users. I am unsure how to go about profiling the memory usage but some tips on how to start measuring would be useful. I have a feeling that there are some simple steps that …

Total answers: 10