Re: [nodejs] Re: Version 0.9.4 (Unstable)

2012-12-24 Thread darcy
Good! I've found performance issues associated with this param before, and have to use --nouse_idle_notification for my app. On Monday, December 24, 2012 4:54:27 PM UTC+8, Ben Noordhuis wrote: > > On Mon, Dec 24, 2012 at 9:13 AM, darcy > > wrote: > > node: remove idle gc > > > > Does this m

Re: [nodejs] Re: Version 0.9.4 (Unstable)

2012-12-24 Thread Ben Noordhuis
On Mon, Dec 24, 2012 at 9:13 AM, darcy wrote: > node: remove idle gc > > Does this mean the "--nouse_idle_notification" option is default since this > version? The default and the only option - node.js no longer calls V8::IdleNotification(). I've put up a module[1] for people who feel they still

[nodejs] Re: Version 0.9.4 (Unstable)

2012-12-24 Thread darcy
node: remove idle gc Does this mean the "--nouse_idle_notification" option is default since this version? On Saturday, December 22, 2012 4:38:51 AM UTC+8, Isaac Schlueter wrote: > > 2012.12.21, Version 0.9.4 (Unstable) > > * streams: Update all streaming interfaces to use new classes (isaacs)

Re: [nodejs] Re: Version 0.9.4 (Unstable)

2012-12-21 Thread Duncan Gmail
Cheers Isaac, will check it out. On 21 Dec 2012, at 20:41, Isaac Schlueter wrote: > Note: This is the first preview release with the new streams2 > interface. Please try it out. > > There are some known performance regressions that will be fixed before > v0.10 lands, and of course there are pr

[nodejs] Re: Version 0.9.4 (Unstable)

2012-12-21 Thread Isaac Schlueter
Note: This is the first preview release with the new streams2 interface. Please try it out. There are some known performance regressions that will be fixed before v0.10 lands, and of course there are probably other bugs. Your feedback is very appreciated. As always with an unstable release, exp