On Wed, Aug 15, 2012 at 10:12 PM, Alexander Shtuchkin
<[email protected]> wrote:
> 2. *The* Idle Notification. I've made some research about it in node
> codebase. The algorithm was last modified 2 years ago, somewhere around
> version 0.1.94 and I think must be updated to reflect current V8 best
> practices. I summarized current code here: https://gist.github.com/3363081.
> Most evident problem here is that node is sending IdleNotification every 5
> seconds when HeapTotal > 128M no matter what. This exact behavior is making
> a lot of node practitioners disable the idle notifications and have better
> results when lots of memory is needed (my test showed this very clear).
> I'm willing to do a pull request to change this behavior after discussing
> here what algorithm should be implemented instead of the current one.

The idle notifier is due to be revised (though that won't land in
v0.8, being a potentially disruptive change).

-- 
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to