TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Node.js v0.6.0 is released

198 pointsby jasondaviesover 13 years ago

12 comments

lemonadover 13 years ago
I found it a bit odd that writes for linux went down from 22MB/s to 17MB/s when Windows writes went way up from 13MB/s to 34MB/s. This at the same time as read performance went up to 27MB/s for both systems.<p>Edit: Seems like it's a regression that will likely be fixed for 0.6.1.
khookieover 13 years ago
I hope it's well optimized for fibonacci algorithms now.
评论 #3201449 未加载
评论 #3199700 未加载
markbaoover 13 years ago
Am I the only one that thinks that Windows support was not really worth the time? Sure, you get to support a huge chunk of the OS market, but what are the real implications of Node running natively on Windows?
评论 #3200900 未加载
评论 #3201981 未加载
评论 #3200914 未加载
评论 #3200573 未加载
评论 #3201239 未加载
评论 #3200687 未加载
评论 #3201383 未加载
grannyg00seover 13 years ago
"Native Windows support using I/O Completion Ports for sockets."<p>"Integrated load balancing over multiple processes."<p>These two improvements are just the nudge I needed to start tinkering with Node. I've been following along and reading about node almost daily but native windows support and integrated focus on multiple processes make a big difference to me. I can no longer sit on the sidelines.<p>Thanks for picking me up and shoving me onto the field!
评论 #3200441 未加载
Swizecover 13 years ago
Direct link to a list of changes you have to make to your codebases: <a href="https://github.com/joyent/node/wiki/API-changes-between-v0.4-and-v0.6" rel="nofollow">https://github.com/joyent/node/wiki/API-changes-between-v0.4...</a><p>Question: Since this doesn't look that complex, is anyone working on an automagical translator from 0.4 to 0.6 that people could use?
评论 #3199416 未加载
moominover 13 years ago
Next for windows developers is trying to get npm to work. The sheer popularity of unix tooling in the build process means that using node libraries is likely to remain a challenge.
评论 #3200141 未加载
Ecio78over 13 years ago
uhm, according to their benchmark io.js write performance dropped from 21mb/s to 17mb/s in linux but rose from 12mb/s to 33mb/s in windows. So it seems that windows node implementation is now twice faster (for I/O) than linux one..are they only focusing on windows platform?
评论 #3199358 未加载
eliiover 13 years ago
Don't use it if you rely on npm. It doesn't work yet.
评论 #3199859 未加载
sicularsover 13 years ago
Node Cluster? <a href="http://nodejs.org/docs/latest/api/cluster.html" rel="nofollow">http://nodejs.org/docs/latest/api/cluster.html</a><p>Is it me or does this look like the early makings of an erlangish otp, eh?
firefoxman1over 13 years ago
Wow the balancing through clusters looks awesome! With this addition, does anyone know if you need to start node with --balance anymore?
dmmalamover 13 years ago
Would be nice to see a need a list of modules that are ready for 0.6. I rekon our moderately complex app we will be on 0.4.x for a while
disordinaryover 13 years ago
Wouldn't run node on windows in production, but it makes it a heck of alot easier for dev work.