Event Loop: Insights and Analysis
About This Program
The event loop holds many secrets. Over the last year we’ve been working to uncover what information the event loop can tell us about the overall health of a process without needing to observe any application-specific metrics.
By analyzing only the event loop we are able to understand the state of the process and calculate when it’s necessary to scale.
This presentation will go into the inner workings of the event loop as it’s being used, and how we can accomplish this along with the advantages of doing so.
Who should take this course?
Advance developers
Lecturers
Trevor Norris
Principal Product Software Engineer at Nodesource
Trevor has been a Node.js developer for over 8 years, and 5 of those as a member of the TSC. Recently he has been doing research and development at NodeSource on how to improve and automate scaling of Node.js applications by using low level metrics and statistical models to determine the health of an application in real time.