Node Roundup: Cluster, Node 0.5.9 and 0.6, French Node Blogs
You can send your node modules and articles in for review through our contact form or @dailyjs.
Node Cluster
I saw a Tweet in which Ryan Dahl mentioned this commit to Node: introduce node cluster, 87339a2. It adds a command line option to run a script using multiple processes. The obvious criticism of this is it’s possible to build this at a higher level, but I agree with Daniel Ennis’ comment on the commit:
While it may seem high level, I’d much rather have an officially supported method of doing it that’s maintained […]
Node 0.5.9 and 0.6
Node 0.5.9 has been released, and Node 0.6 is getting close. This means 0.6 will be the new stable branch, and Ryan recommended testing modules against 0.5.9.
I apologize that it’s taken so long to reach a new stable release – porting to Windows took longer than expected. In the future we will try to keep dev/stable cycles to 6 weeks.
I thought this was a very humble statement given the herculean effort that’s been put into Windows support. I’m looking forward to 0.6!
More French Node Blogs
I recently featured a French Node blog in the Node Roundup, and reader Sebastien Chopin sent in two more:
- Sebastien Chopin’s Node Blog — covers topics suitable for beginners, and other JavaScript tricks
- Nicolas Chambrier’s Node Blog — suitable for more advanced programmers