Quantcast
Channel: Chris Chou » Python
Viewing all articles
Browse latest Browse all 2

Useful Python Resources for Setting Up Django Website

$
0
0

Recently, I am developing a website and need practical solution to setting up a real-life production web serving environment.

I googled and found following links that are useful for my final decision.

Application Servers: Benchmark of Python Web Servers
Cache Mechanisms: Evaluating Django Caching Options

Other resources can be found also from the links contained in above articles.

Yet, I haven’t decide which app server and cache will be used, but obviously, nginx(uwsgi) + gevent powered app server + staticgenerator or django built-in cache middleware or varnish would be the most possible choose.



Viewing all articles
Browse latest Browse all 2

Trending Articles