This link has been bookmarked by 21 people . It was first bookmarked on 05 Oct 2009, by Sunan Yang.
-
Mark UrsinoEvented I/O for V8 JavaScript
-
tatankaNode's goal is to provide an easy way to build scalable network programs.
-
JX WongJS 事件引擎
-
Dominique Rose-Rosette"Evented I/O for V8 javascript. "
-
Mr. DiGiEvented I/O for V8 javascript
-
devilsansclue"Node's goal is to provide an easy way to build scalable network programs. In the above example, the two second delay does not prevent the server from handling new requests. Node tells the operating system (through epoll, kqueue, /dev/poll, or select) that it should be notified when the 2 seconds are up or if a new connection is made—then it goes to sleep. If someone new connects, then it executes the callback, if the timeout expires, it executes the inner callback. Each connection is only a small heap allocation. "
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.