nodejs 多進程篇

nodejs 多進程篇 子進程建立模塊 child_process spawn() : 啓動一個子進程用來執行命令 exec() : 啓動一個子進程來執行命令,經過回調函數獲取子進程的狀況 execFile(): 啓動一個子進程用來執行命令 fork(): 與spqwn相似,可是必須指定js文件或模塊 用例 一. spawn 啓動子進程 執行操做系統命令 try { let cp = re
相關文章
相關標籤/搜索