http://nodejs.cn/api/child_process.html#child-process
- exec
- spawn
- fork
process 主进程
child_process 派生子进程
child_process fork子进程来运行爬虫脚本
子进程做些脏活,累活;就算是主进程挂了,子进程还在
子进程模型
http://nodejs.cn/api/child_process.html#child-process
process 主进程
child_process 派生子进程
child_process fork子进程来运行爬虫脚本
子进程做些脏活,累活;就算是主进程挂了,子进程还在
子进程模型
让时间为你证明