??? twisted是個(gè)非常非常優(yōu)秀的高性能網(wǎng)絡(luò)編程框架,通過它可以以“閃電”般地速度開發(fā)出高性能、高質(zhì)量的網(wǎng)絡(luò)服務(wù)器,具體可見其網(wǎng)址:http://www.twistedmatrix.com.

??? 雖然twisted是個(gè)非常好的開發(fā)框架,但關(guān)于它的學(xué)習(xí)資料相對比較少。這給學(xué)習(xí)者的學(xué)習(xí)帶來了不少在阻礙,通過筆者平時(shí)的上網(wǎng)搜索,獲得了以下一些資料和大家分享:


???
??? 使用 Twisted 框架進(jìn)行網(wǎng)絡(luò)編程
??? 《Twisted Network Programming Essentials》
??? http://www.sec168.com/blog/blogsec/gashero/archives/2006/23.html
??? http://safari.oreilly.com/0596100329
??? http://www.oreilly.com/catalog/twistedadn/

??? Twisted模式
??? http://www.rexx.com/~dkuhlman/twisted_patterns.html

??? Twisted與線程
??? http://kaishaku.org/twisted-vs-threads/

??? The Twisted Network Framework
??? http://www.python10.org/p10-papers/09/index.htm

??? Twisted defer
??? http://python.fyxm.net/pycon/papers/deferex/

??? 在Windows下制作和部署twisted程序
??? http://www.adelux.fr/libre/howto/en/twisted_windows

??? Twisted批判者
??? http://laurentszyster.be/blog/labeling-the-twisted-bits/

??? 啄木鳥社區(qū)
??? http://wiki.woodpecker.org.cn/moin/PyTwisted

??? Event-Driven Programming with Twisted and Python
??? http://www.linuxjournal.com/node/7871/print

??? An Introduction to the Twisted Networking Framework
??? http://www.onlamp.com/pub/a/python/2004/01/15/twisted_intro.html

??? ASPN上twisted例子
??? ??? ???? http://aspn.activestate.com/ASPN/search?query=twisted&x=0&y=0&section=PYTHONCKBK&type=Subsection

??? Network Programming for the Rest of Us ?? http://www.usenix.org/events/usenix03/tech/freenix03/full_papers/lefkowitz/lefkowitz_html/index.html

??? Twisted WEB測試
??? http://agiletesting.blogspot.com/2005/02/web-app-testing-with-python-part-1.html
??? http://agiletesting.blogspot.com/2005/03/web-app-testing-with-python-part-2.html