How to kill the child process with fork implementation in nodeJS and how to be sure that process is indeed killed after execution?

后端 未结 0 566
攒了一身酷
攒了一身酷 2020-11-29 00:04

I have reqirement where I need to execute some code written in different js file. I am using fork method in child_process module. There will be upto 1000 request to execute

相关标签:
回答
  • 消灭零回复
提交回复
热议问题