??? twisted是個非常非常優秀的高性能網絡編程框架,通過它可以以“閃電”般地速度開發出高性能、高質量的網絡服務器,具體可見其網址:http://www.twistedmatrix.com.

??? 雖然twisted是個非常好的開發框架,但關于它的學習資料相對比較少。這給學習者的學習帶來了不少在阻礙,通過筆者平時的上網搜索,獲得了以下一些資料和大家分享:


???
??? 使用 Twisted 框架進行網絡編程
??? 《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/

??? 啄木鳥社區
??? 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