diff --git a/docs/contents.rst.inc b/docs/contents.rst.inc index 45506f8..c3b7dbf 100644 --- a/docs/contents.rst.inc +++ b/docs/contents.rst.inc @@ -65,6 +65,7 @@ different scenarios. scenarios/web scenarios/admin scenarios/ci + scenarios/speed diff --git a/docs/scenarios/speed.rst b/docs/scenarios/speed.rst new file mode 100644 index 0000000..eac21b3 --- /dev/null +++ b/docs/scenarios/speed.rst @@ -0,0 +1,56 @@ +Speed +===== + +Python isn't the fastest language around (yet) + + +Context +::::::: + + +The GIL +------- + + + +C Extentions +------------ + + +The GIL +------- + + + + +C Extentions +:::::::::::: + + +Cython +------ + + +Pyrex +----- + + +Shedskin? +--------- + + + +Threading +::::::::: + + +Threading +--------- + + +Spanwing Processes +------------------ + + +Multiprocessing +--------------- \ No newline at end of file diff --git a/docs/scenarios/web.rst b/docs/scenarios/web.rst index e69de29..986b84d 100644 --- a/docs/scenarios/web.rst +++ b/docs/scenarios/web.rst @@ -0,0 +1,48 @@ +Web Development +=============== + + +Frameworks +:::::::::: + +Django +====== + + +Flask +===== + + +Pyramid +======= + + +Pylons +====== + + +Web2Py +====== + + +Servers +::::::: + +Apache + mod_wsgi +----------------- + +Apache + mod_python +------------------- + + +Nginx + gunicorn +---------------- + + + + +Twisted +::::::: + + +Node.js. \ No newline at end of file