摘要: http://blog.csdn.net/hanhuili/article/details/9389433原文链接:http://www.aosabook.org/en/twisted.html作者:Jessica McKellarTwisted是用Python实现的基于事件驱动的网络引擎框架。Tw... 阅读全文
posted @ 2015-04-20 18:13 Django's blog 阅读(470) 评论(0) 推荐(0) 编辑
摘要: http://segmentfault.com/a/1190000000471602开源Python是开源的,介绍的这几个框架Twisted、Tornado、Gevent和tulip也都是开源的,最后这个演讲是在开源大会弄的,所以标题里肯定少不了开源。另外,我的gevent3项目也是开源的——貌似不... 阅读全文
posted @ 2015-04-20 17:41 Django's blog 阅读(826) 评论(0) 推荐(0) 编辑
摘要: 费了2天的功夫,翻阅了无数的中文、英文资料,终于搞定。写下此文留待以后翻阅用 本文环境,centOS 5.4 ,Nignx-0.8.49, Python 2.6.5===================================================================... 阅读全文
posted @ 2015-04-20 17:19 Django's blog 阅读(865) 评论(0) 推荐(0) 编辑
摘要: 服务器程序源代码分析之三:gunicorn时间:2014-05-09 11:33:54 类别:网站架构访问:641次gunicorn是一个python web 服务部署工具,类似flup,完全用python开发,参考了ruby的部署工具: Unicorn project官网:http://docs.... 阅读全文
posted @ 2015-04-20 17:12 Django's blog 阅读(438) 评论(0) 推荐(0) 编辑
摘要: 全面解读python web 程序的9种部署方式时间:2013-03-18 03:42:55 类别:Python访问:10114次python有很多web 开发框架,代码写完了,部署上线是个大事,通常来说,web应用一般是三层结构web server ---->application -----> ... 阅读全文
posted @ 2015-04-20 17:11 Django's blog 阅读(261) 评论(0) 推荐(0) 编辑