An open API service indexing awesome lists of open source software.

https://github.com/trandung2k1/training-node-core


https://github.com/trandung2k1/training-node-core

blocking cluster memory memory-leak multithreading nodejs non-blocking thread-pool ubuntu-server worker-pool

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

## Cluster: request error little, expand more requirements

## Worker thread: multiple threads, handle multiple requests at the same time without blocking between threads

## In essence, the workers created by Cluster use child_process.fork() to communicate with the process that creates them through IPC (Inter-Process Communication).