今日和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)
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)
本文探讨了greenlet和gevent在Python中的应用,并对比了它们与传统协程的区别。同时,介绍了几个与高性能Web服务器相关的开源项目和技术,包括Syncless、meinheld及其所使用的高性能解析库http_parser和事件库picoev。
10万+

被折叠的 条评论
为什么被折叠?



