Comments on: 用Python实现CRUD功能REST服务 https://timyang.net/python/python-rest/ Tim's blog, 关于架构、互联网、技术人生等思考 Sat, 04 Feb 2023 09:08:26 +0000 hourly 1 https://wordpress.org/?v=6.7.2 By: cv writers https://timyang.net/python/python-rest/#comment-2569238 Sat, 04 Feb 2023 09:08:26 +0000 http://timyang.net/?p=32#comment-2569238 说用fasgcgi,这个效率低下,用uwsgi是不二的选择。如果是服务方面的还可以使用supervisor来管理python进程。

]]>
By: nes-v https://timyang.net/python/python-rest/#comment-1181949 Mon, 19 Jan 2015 01:52:20 +0000 http://timyang.net/?p=32#comment-1181949 大的网站,你在这里。它很难找到优秀的写作像你时下。我很欣赏你这样的人!照顾自己!!

]]>
By: 李少麒 https://timyang.net/python/python-rest/#comment-383530 Sun, 04 Aug 2013 15:01:28 +0000 http://timyang.net/?p=32#comment-383530 看来楼主和楼上的许多人还真是不熟悉python。第一,框架就选错了,性能最好的是tornado;第二,楼上的说用fasgcgi,这个效率低下,用uwsgi是不二的选择。如果是服务方面的还可以使用supervisor来管理python进程。

]]>
By: andyshi https://timyang.net/python/python-rest/#comment-146017 Sun, 18 Mar 2012 03:20:56 +0000 http://timyang.net/?p=32#comment-146017 楼主也有被喷的时候,哈哈!没有关系,没有被喷,就没有提高!

]]>
By: python web.py使用flup lighttpd优化过程 | 岭南六少 - 一朵在LAMP架构下挣扎的云 https://timyang.net/python/python-rest/#comment-70677 Thu, 27 Oct 2011 16:44:42 +0000 http://timyang.net/?p=32#comment-70677 […] 前文用Python实现CRUD功能REST服务中发现,一个普通的web.py页面每秒只能执行数十次requests,经网友Arbow提醒, web.py默认是单线程方式,所以性能提升困难,并推荐了一些高性能的web framework。同时也看到Python资深网友ZoomQuiet的总结 Pythonic Web 应用平台对比,因此觉得有必要换一种更强的web framework。同时也研究了国内著名的豆瓣所采用的Quixote框架。但由于牵涉到更换之后web.py中的REST接口代码实现要调整,所以就暂时搁置了。 […]

]]>
By: simpson https://timyang.net/python/python-rest/#comment-55965 Fri, 16 Sep 2011 06:11:41 +0000 http://timyang.net/?p=32#comment-55965 “但是针对这种纯业务逻辑的代码,Python的优势也不是非常明显,一个熟练的Java程序员可以很快完成这个功能”

额,拿熟练的java程序员和不熟练的python爱好者比,有可比性么~

另外这性能,拿熟练的java程序员和不熟练的python爱好者比,有可比性么~

拿本文里的代码和豆瓣python程序员写的代码比,有可比性么~

]]>
By: svein https://timyang.net/python/python-rest/#comment-55964 Fri, 16 Sep 2011 06:07:44 +0000 http://timyang.net/?p=32#comment-55964 LZ不懂 python…

]]>
By: 用Python实现CRUD功能REST服务 | 朱剑的财富博客 https://timyang.net/python/python-rest/#comment-55161 Sat, 10 Sep 2011 03:24:02 +0000 http://timyang.net/?p=32#comment-55161 […] 用Python实现CRUD功能REST服务 Thursday, Feb 12th, 2009 by Tim | 4 Comments Filed under: Python | Tags: Python, REST, web.py […]

]]>
By: 楼拴柱 https://timyang.net/python/python-rest/#comment-22370 Wed, 13 Apr 2011 08:15:20 +0000 http://timyang.net/?p=32#comment-22370 这样写性能显然低啊……

]]>
By: jeffrey https://timyang.net/python/python-rest/#comment-5034 Thu, 23 Sep 2010 12:06:44 +0000 http://timyang.net/?p=32#comment-5034 谁说python不能用在生产环境里,全世界最多人在线的大型网络游戏EVE,服务端就是基于stackless的twisted构建的

]]>