# Node Pool :arrow_double_up: :on: Node pool contains two worker-threads pool implementations.
The first implementation is a static thread pool , with a defined number of threads that are started at creation time .
The second implementation is a dynamic thread pool with a number of threads started at creation time and other threads created when the load will increase ( with an upper limit )