[nodejs] Re: Xcode and Node.js

2013-11-23 Thread daslicht
Integration should be like this: https://nodejstools.codeplex.com -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups nodejs group. To post to

[nodejs] Re: How does round-robin clustering work in Node?

2013-11-23 Thread rtweed
What you're wanting sounds similar to this approach: http://gradvs1.mgateway.com/download/EWDjsMechanics.pdf On Friday, 22 November 2013 14:30:04 UTC, Andrew D wrote: I have a question that is not immediately obvious after reading these two links. How well does Node's round robin work with

Re: [nodejs] Memory Usage and disparity between RSS and Heap size

2013-11-23 Thread Ben Noordhuis
On Sat, Nov 23, 2013 at 2:31 AM, Steve Freegard st...@stevefreegard.com wrote: On 23/11/13 01:02, Ben Noordhuis wrote: Right. I see that your test case creates 1M file watchers in a loop. Those won't be released right away and calling gc() won't change that. Disposing a file watcher takes two

Re: [nodejs] Node.JS for sysadmin scripting or non-web stuff - books, guides, examples?

2013-11-23 Thread Peter Rust
I have to agree with ravi, lith Matt. If you use node 24x7 for other things, then I guess it would make sense to use it for a few sysadmin scripts on the side, but it's not really the best fit. Personally I've written a few sysadmin scripts in Python as well as Node and found Python to be

Re: [nodejs] what is best ide for node?

2013-11-23 Thread matthias behrens
i am trying to make nodeMirror the best ide available for node. wanna give it a try? https://npmjs.org/package/node-mirror https://github.com/soliton4/nodeMirror#tldr Am Sonntag, 7. August 2011 05:08:54 UTC+2 schrieb JJuN: hello ~ i think node is really awesome but ide is not i

[nodejs] Meetup - São Paulo, Brazil

2013-11-23 Thread jmartins
Hi, I founded the Node.js São Paulo, Brazil meetup group and the first meeting will be on 30 November. http://www.meetup.com/Node-js-Sao-Paulo/ regards, João Martins -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines:

[nodejs] FS nomenclature: (2) (3)

2013-11-23 Thread digital_thor
I've been reviewing the NodeJS File System pagehttp://nodejs.org/api/fs.html and am confused about the parenthetic terms (2) and (3) next to many of the functions. For instance: - rename(2) - readdir(3) - unlink(2) Where is this nomenclature explained? Does this refer to a version

Re: [nodejs] FS nomenclature: (2) (3)

2013-11-23 Thread Timothy J Fontaine
They correspond to manpage sections http://en.wikipedia.org/wiki/Man_page#Manual_sections 2 is generally a syscall, 3 is a library call On Sat, Nov 23, 2013 at 10:54 AM, digital_thor thor.bergg...@gmail.comwrote: I've been reviewing the NodeJS File System pagehttp://nodejs.org/api/fs.html

[nodejs] Should I use 64bit or 32bit of node

2013-11-23 Thread Ket
Sorry for a dumb question. I'm not an IT guy so I don't know the different of the two. I've a 2GB RAM server on a2hosting.com and planned to upgrade in a near future. Which package is better suit for me. PS. I run a 32bit package previously. But I've reinstalled Ubuntu and have to restart the

[nodejs] what is best ide for node?

2013-11-23 Thread Jeff Schwartz
I use sublime text 3/vintage with the TernJS plugin. Works great. I also use Webstorm from Jetbrains. And then there's Vim which I use for remote servers. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You