Yes. It's a bug. This demonstrates the problem very well: https://gist.github.com/740593
$ node lazyEventLoop.js
-> ctr: 6, t: 1998ms -> 0.00KHz
--
Jorge.
I think the problem might be in the timers module.
Does your code have any setTimeouts/setIntervals ?
If so, if you run your code without any timers (just temporarily disabled, by commenting them out, perhaps) does the problem disappear ?
--
Jorge.
Cool. I'd like to remove it too, could you tell me the necessary git trickery :-) ?
TIA,
--
Jorge.
A git revert 241ea7e5954e4a049af85cd8d51b84202cf0ea3a , is it ?
--
Jorge.
It has created a new commit to undo the given one:
http://www.kernel.org/pub/software/scm/git/docs/git-revert.html
And it works fine, now. Thanks again !
--
Jorge.