企业公关营销案例:twisted的学习资料 - Python文档中心 - Python - ChinaUni...

来源:百度文库 编辑:中财网 时间:2024/05/06 06:25:34
twisted是个非常非常优秀的高性能网络编程框架,通过它可以以“闪电”般地速度开发出高性能、高质量的网络服务器,具体可见其网址:http://www.twistedmatrix.com.
    虽然twisted是个非常好的开发框架,但关于它的学习资料相对比较少。这给学习者的学习带来了不少在阻碍,通过笔者平时的上网搜索,获得了以下一些资料和大家分享:
   
    使用 Twisted 框架进行网络编程
  •    
    http://www.ibm.com/developerworks/cn/linux/network/l-twist/part1/
  •    
    http://www.ibm.com/developerworks/cn/linux/network/l-twist/part2/
  •    
    http://www.ibm.com/developerworks/cn/linux/network/l-twist/part3/
  •    
    http://www.ibm.com/developerworks/cn/linux/network/l-twist/part4/
    《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§ion=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