Re: [nodejs] Cross-compiling node.js for MIPS platform with SSL enabled

2013-02-26 Thread Andrei Sedoi
For those who are interested, the fix is here: https://github.com/joyent/node/commit/17c6fe2e22efada157b9d1e6cf8acbb7ab43b08f -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you

Re: [nodejs] Cross-compiling node.js for MIPS platform with SSL enabled

2013-01-25 Thread Andrei Sedoi
-gnu.tar.bz2 I extract it to /usr/local I tried to compile *master *but it gives errors even with SSL disabled. I would appreciate it if you could fix it in the stable branch. -Andrei On Monday, December 24, 2012 5:09:16 PM UTC+2, Ben Noordhuis wrote: > > On Mon, Dec 24, 2012 at 2:48 PM, Andrei

[nodejs] Cross-compiling node.js for MIPS platform with SSL enabled

2012-12-24 Thread Andrei Sedoi
I am trying to cross-compile node.js for MIPS platform with SSL enabled, but it's failing since there is no 'target_arch=="mips"' branch here: https://github.com/joyent/node/blob/master/deps/openssl/openssl.gyp#L900-L910 Can anyone add it or give advice on how to overcome this? -- Job Board:

Re: [nodejs] Re: Does clearTimeout remove an unprocessed callback which is already in the execution queue?

2012-12-13 Thread Andrei Sedoi
Cool. Thanks! On Thursday, December 13, 2012 2:43:44 PM UTC+2, Ben Noordhuis wrote: > > On Thu, Dec 13, 2012 at 1:40 PM, Andrei Sedoi > > wrote: > > I see. The test is inaccurate. Do you have an answer to the original > > question? > > The original question bein

Re: [nodejs] Re: Does clearTimeout remove an unprocessed callback which is already in the execution queue?

2012-12-13 Thread Andrei Sedoi
I see. The test is inaccurate. Do you have an answer to the original question? On Thursday, December 13, 2012 2:34:28 PM UTC+2, Ben Noordhuis wrote: > > On Thu, Dec 13, 2012 at 1:24 PM, Andrei Sedoi > > wrote: > > Is this test accurate? > > > >

[nodejs] Re: Does clearTimeout remove an unprocessed callback which is already in the execution queue?

2012-12-13 Thread Andrei Sedoi
Is this test accurate? var t1 = setTimeout(function() { clearTimeout(t2); }, 0); var t2 = setTimeout(function() { console.log("hello world"); }, 0); On Thursday, December 13, 2012 2:06:02 PM UTC+2, Andrei Sedoi wrote: > > > -- Job Board: http://jobs.nodejs.org/ Posting

[nodejs] Does clearTimeout remove an unprocessed callback which is already in the execution queue?

2012-12-13 Thread Andrei Sedoi
-- 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 this group, send email to nodejs@googlegroups.com To unsubscribe fro

[nodejs] techniques to reduce GC pauses

2012-07-24 Thread Andrei Sedoi
Does it make sense to apply techniques which reduce GC pauses (like reusing objects instead of creating and other techniques described here http://www.scirra.com/blog/76/how-to-write-low-garbage-real-time-javascript) to node.js applications? -- Job Board: http://jobs.nodejs.org/ Posting guide

Re: [nodejs] top N callbacks by execution time

2012-07-20 Thread Andrei Sedoi
i, Jul 20, 2012 at 2:45 AM, Andrei Sedoi wrote: > > How can I get top N callbacks by execution time? > > > > -- > > Job Board: http://jobs.nodejs.org/ > > Posting guidelines: > > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > >

[nodejs] top N callbacks by execution time

2012-07-20 Thread Andrei Sedoi
How can I get top N callbacks by execution time? -- 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 this group, send ema