egg icon indicating copy to clipboard operation
egg copied to clipboard

使用 piscina 实现不阻塞的 runInBackground

Open fengmk2 opened this issue 1 year ago • 0 comments

请详细告知你的新解决思路(Your new RFCs):

https://github.com/piscinajs/piscina

目前的 runInBackground 是在 worker 进程或者 agent 进程执行的,如果是 cpu 密集型,那么还是会阻塞当前 worker 的处理速度下降。https://github.com/eggjs/egg/blob/ce4fd67278e008a0f58beff8db5c0f770f3eadc7/app/extend/context.js#L224

跟进类型(Follow-up Types):

  • [ ] 这是某个任务
  • [ ] 这是一个具体的 PR 的地址(URL)

fengmk2 avatar Sep 19 '24 00:09 fengmk2