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.

Fast Facts on Node.js

25 pointsby sliggityover 14 years ago

3 comments

spooneybargerover 14 years ago
I find a number of the fast facts to be horribly misleading due to their brevity...<p>"Node.js runs everything in ‘parallel’, meaning that all of your tasks can be run at the same time. For example, let’s say you have a webpage that has 100 lines of code with 10 database calls. With a web server like Apache, these 10 database calls must be made in succession. While running node.js, you can run all 10 of these database calls at once, which makes the webpage load faster."<p>errr... maybe...<p>"Current web servers must open many connections to interact with their operating system (OS), while node.js only needs to open 1 connection. Each connection costs the system memory, so using fewer connections is more efficient and faster for the entire system."<p>there are many lightweight polling webservers like nginx, lighttpd etc
评论 #2046609 未加载
评论 #2045657 未加载
nestlequ1kover 14 years ago
Fast Fact: due to a v8 bug, a Node.js process currently only supports a max of 1.9gb of RAM<p><a href="http://code.google.com/p/v8/issues/detail?id=847" rel="nofollow">http://code.google.com/p/v8/issues/detail?id=847</a>
评论 #2046134 未加载
kmccarthover 14 years ago
also, if anyone is an expert on node, please email me at kevin at bostinnovation dot com so I can fill in some of the holes in this article
评论 #2046381 未加载