top | item 17774780 Multi-process Node.js task scheduler made easy 2 points| merencia | 7 years ago |sidequestjs.com 1 comment order hn newest merencia|7 years ago Some years ago I created a lib named node-cron, but it has a problem, when a blocking I/O is made for example a loop, the main process is blocked.I tried to create a library for task scheduling using child process, but I don't know if it's a good idea.Is this useful?
merencia|7 years ago Some years ago I created a lib named node-cron, but it has a problem, when a blocking I/O is made for example a loop, the main process is blocked.I tried to create a library for task scheduling using child process, but I don't know if it's a good idea.Is this useful?
merencia|7 years ago
I tried to create a library for task scheduling using child process, but I don't know if it's a good idea.
Is this useful?