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
|