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
- Host: GitHub
- URL: https://github.com/trandung2k1/training-node-core
- Owner: trandung2k1
- Created: 2023-05-02T01:53:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-15T10:09:07.000Z (about 1 year ago)
- Last Synced: 2024-12-29T21:15:46.352Z (9 months ago)
- Topics: blocking, cluster, memory, memory-leak, multithreading, nodejs, non-blocking, thread-pool, ubuntu-server, worker-pool
- Language: JavaScript
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).