Skip to content

Instantly share code, notes, and snippets.

@nkchenz
Created November 28, 2011 11:13
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nkchenz/1400023 to your computer and use it in GitHub Desktop.
Save nkchenz/1400023 to your computer and use it in GitHub Desktop.
References for SAE Python Slides

GAE

http://en.wikipedia.org/wiki/Google_App_Engine

Run your web applications on Google's infrastructure http://www.stanford.edu/class/ee380/Abstracts/081105-slides.pdf

GAE Runtime http://code.google.com/intl/en/appengine/docs/python/runtime.html

WSGI servers

Python Web Server Gateway Interface http://www.python.org/dev/peps/pep-0333/

浅谈Python web框架 http://feilong.me/2011/01/talk-about-python-web-framework

How to use Django with Apache and mod_wsgi https://docs.djangoproject.com/en/dev/howto/deployment/modwsgi/

Benchmark of Python WSGI Servers http://nichol.as/benchmark-of-python-web-servers

Graham Dumpleton on benchmarks of wsgi servers https://plus.google.com/114657481176404420131/posts/SjDpH6vMB2N

Apache2: mod_wsgi or mod_python, which one is better? http://stackoverflow.com/questions/2421007/apache2-mod-wsgi-or-mod-python-which-one-is-better

Google App Server makes mod_wsgi obsolete http://groups.google.com/group/modwsgi/browse_thread/thread/c55c7921e2abc9c4?pli=1

Tornado’s Big Feature is Not ‘Async’ http://www.protocolostomy.com/2010/04/04/tornados-big-feature-is-not-async/

Sandbox

PyPy’s sandboxing features http://codespeak.net/pypy/dist/pypy/doc/sandbox.html

Sandboxed Python http://wiki.python.org/moin/SandboxedPython

Plash FsOp object http://plash.beasts.org/wiki/FsOp

黄俊文 Sandbox for Python http://wenku.baidu.com/view/fa0d03215901020207409cd4.html

Overview of the seccomp sandbox http://code.google.com/p/seccompsandbox/wiki/overview

Web hosting

Graham Dumpleton Hosting Python Web Applications Sydney PyCon 2011 http://modwsgi.googlecode.com/files/mod_wsgi-pycon-sydney-2011.pdf http://blog.dscpl.com.au/2011/01/awesome-year-for-python-web-hosting.html

https://www.ep.io/docs/runtime/

Gondor: effortless production Django hosting https://gondor.io/support/

Getting Started with Python on Heroku/Cedar http://devcenter.heroku.com/articles/python

Smarter web hosting http://www.webfaction.com/

Comparisons To Other Cloud Tools http://cloudsilverlining.org/comparisons.html http://cloudsilverlining.org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment