需要学习的

今日和felinx聊天,发现有很多东西要了解

greenlet (stackless python的副产品)

gevent (超快)

关于coroutine
http://www.python.org/dev/peps/pep-0342/
http://en.wikipedia.org/wiki/Coroutine

这个页面用到的图表

http://nichol.as/benchmark-of-python-web-servers?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed:+Nichol4s+(Nicholas+Pi%C3%ABl)&utm_content=Google+Reader

highcharts

学习poweredsites的源码
里面还有些很有意思的lib,参考
如:webkit2png.py

----10-08-12
syncless
http://code.google.com/p/syncless/
Please note that Syncless is not a web framework, but it can work with many frameworks.
但他说支持GAE,难道GAE本身就支持stackless python?
source里有很多benchmark

meinheld
http://github.com/mopemope/meinheld

meinheld is used high performance http_parser.

(see http://github.com/ry/http-parser)

and useing high performance event library picoev.

(see http://developer.cybozu.co.jp/kazuho/2009/08/picoev-a-tiny-e.html)


你可能感兴趣的:(Web,python,Google,performance,GAE)