On Jan 22, 2012, at January 22, 20121:35 PM, Jorge wrote:
> . Not at all. Not only it doesn't clamp to 4ms (which happens to be a good 
> thing, IMO), but its timers often fire out of order !

node.js does not conform to the 4ms clamp because that would be silly. It does 
not fire timers out of order, that I know of. If you have a case where that is 
not true then it's a bug in libuv (setTimeout's event system is in libuv now) 
that we need to have fixed.

-Mikeal

_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to