You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So this begs the question, does the original domain module process.nextTick() when it executes the run method? I looked through the source back in the day and didn't notice that - but I suspect if so, that could be one of the biggest sources of slower performance?! And again if so, it would be very hard to change the old core domain API to not process.nextTick...so maybe that's why original domain is stuck deprecated. just a theory.
The text was updated successfully, but these errors were encountered:
I enjoyed the old domain API, something like this:
boop would not get captured by the domain, instead it bubbles up to global space
however, when using AHD - we have:
and boop will get captured by AHD.
So this begs the question, does the original domain module
process.nextTick()
when it executes therun
method? I looked through the source back in the day and didn't notice that - but I suspect if so, that could be one of the biggest sources of slower performance?! And again if so, it would be very hard to change the old core domain API to notprocess.nextTick
...so maybe that's why original domain is stuck deprecated. just a theory.The text was updated successfully, but these errors were encountered: