
Twisted and Asynchronous Programming
文章平均质量分 79
fxjtoday
这个作者很懒,什么都没留下…
展开
-
An Introduction to Asynchronous Programming and Twisted (笔记)
前篇为了更好的理解Twisted研究了异步处理. 我所关心的不是怎么样用Twisted去编写异步处理server或client, 我更关心Twisted是怎么样用python实现这个异步框架, 他design的高明之处在哪里. 本来准备自己去看看Twisted的源码, 但今天发现了这篇Blog, 感叹牛人处处有啊 http://krondo.com/?page_id=1327 Twisted Introduction (Dave Peticolas) http://blog.sina.com.cn/s/bl原创 2011-05-14 10:05:00 · 4327 阅读 · 1 评论 -
从Twisted谈起异步处理
Twisted is event-based, asynchronous framework, Twisted是基于事件的, 异步处理平台. 所以我们想要很好的理解Twisted, 就先来看看什么是异步处理? Why Asynchronous? There are only two ways to have a program on a single processor do 'more than one thing at a time'. Multi-threaded programming is the原创 2011-05-05 15:15:00 · 4336 阅读 · 0 评论