由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - vert.x vs tornado? : to mr.zhao
相关主题
Python Concurrency 主流是用啥full stack python to clone google plus like website
这次node把python也给干了最近在看《python源码剖析》
求推荐python based framework大神,你听说过一句话说是
为啥大家都比较python的web framework呢单开主题:为何痛恨python
Anyone attended Pycon 2013 last week?我们老大也在抱怨python,不过还是继续用
难得好文,Linkedin如何用Node beat Python,Ruby,Javapython和工作一问
go很牛啊。这个10ms 非常快了。stackoverflow上随便一个nodejs跟其他同类的比较
python + django 2天搞定。这次node把python也给干了
相关话题的讨论汇总
话题: tornado话题: vs话题: impacted话题: tools话题: gevent
进入Programming版参与讨论
1 (共1页)
f******2
发帖数: 2455
1
Are they at the same level ?
if node.js is impacted by vert.x, what would happen
to things like tornado, twist, gevent?
//bow
a***n
发帖数: 538
2
tornado只有一个event loop和一点web有关的功能,没有多线程和message bus。
d*******r
发帖数: 3299
3
tornado 或者 node.js 功能比 vert.x 少多了
建议看看这个
http://www.youtube.com/watch?v=8ClYUo_A3h0
z****e
发帖数: 54598
4
nonono
vert.x is impacted by node.js
almost copy the whole architecture of node.js
and then add in some more features
so node.js is a prototype
the vert.x is a improved version of node.js
about tornado u should ask python or facebook guy

【在 f******2 的大作中提到】
: Are they at the same level ?
: if node.js is impacted by vert.x, what would happen
: to things like tornado, twist, gevent?
: //bow

d********g
发帖数: 10550
5
Tornado代码质量不错,和Django一样是属于学习的好材料(看源码学设计)

【在 z****e 的大作中提到】
: nonono
: vert.x is impacted by node.js
: almost copy the whole architecture of node.js
: and then add in some more features
: so node.js is a prototype
: the vert.x is a improved version of node.js
: about tornado u should ask python or facebook guy

d********g
发帖数: 10550
6
多线程整个Python系是被GIL黑了

【在 a***n 的大作中提到】
: tornado只有一个event loop和一点web有关的功能,没有多线程和message bus。
z****e
发帖数: 54598
7
i think they r all similar tools
just get familiar with 1 of these tools
then u should be able to handle the rest
vert.x has some more features
so u probably need to spend more time on this tool
but u should be able to take advantage of ur previous experiences
of the other similar tools like tornado, node.js etc.
vert.x is some how like(at least they try to be)
a superset of the others

【在 f******2 的大作中提到】
: Are they at the same level ?
: if node.js is impacted by vert.x, what would happen
: to things like tornado, twist, gevent?
: //bow

1 (共1页)
进入Programming版参与讨论
相关主题
这次node把python也给干了Anyone attended Pycon 2013 last week?
请教python高手异步编程的问题难得好文,Linkedin如何用Node beat Python,Ruby,Java
为什么我认为 Python 3 没有前途?(zz)go很牛啊。这个10ms 非常快了。
python下的expectpython + django 2天搞定。
Python Concurrency 主流是用啥full stack python to clone google plus like website
这次node把python也给干了最近在看《python源码剖析》
求推荐python based framework大神,你听说过一句话说是
为啥大家都比较python的web framework呢单开主题:为何痛恨python
相关话题的讨论汇总
话题: tornado话题: vs话题: impacted话题: tools话题: gevent