Do not thrash the Node js event loop

Описание к видео Do not thrash the Node js event loop

Deploying Node.js at scale is an art mastered by few. The most common problem is an exhaustion of resources that allows the application to denial of service itself. The result is Node.js systems that are massively overprovisioned, wasting enormous amounts of computing and memory - keeping most of them idle.
In this talk, we will do some math, discover hard truths, and implement a fix.

Комментарии

Информация по комментариям в разработке