[nodejs] why node.js is unstable on port 13130

2015-04-28 Thread reza zamani
Hi we're using node.js on linux server and we have configured it on port 13130. It works well for 2 or 3 days, but suddenly the port is blocked (i think maybe by firewall) and the service gets down. so we have to open the port again and reset node.js to have it worked again. First: Why does this

[nodejs] Re: Default https protocol on https.request()

2015-04-28 Thread mscdex
On Tuesday, April 28, 2015 at 11:35:34 AM UTC-4, Aaron Seet wrote: > > Looking at plain code samples, if one does not explicitly specify the > secureProtocol option, what is the default protocol use by the request > client when invoking https.request() ? > The documentation[1] states that SSLv2

[nodejs] How to monitor Node.js / io.js Apps with SPM

2015-04-28 Thread Stefan Thies
Hi, We are starting to use Node.js here at Sematext and since eating one’s own dogfood is healthy, we wanted to be able to monitor our Node.js apps with SPM (we are in performance monitoring and big data biz). So the first thing we do in such a case is adding monitoring capability for techno

[nodejs] Management of non-V8 memory

2015-04-28 Thread // ravi
Hello all, a question on memory management: IIUC, Buffer (and a few other types of data) are allocated outside the heap and not subject to the v8 1.8GB limit. If that’s right does Node use its own memory management for this? How does that work? Is it documented somewhere perhaps that I can rea

[nodejs] Default https protocol on https.request()

2015-04-28 Thread Aaron Seet
Looking at plain code samples, if one does not explicitly specify the secureProtocol option, what is the default protocol use by the request client when invoking https.request() ? -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-po