Phase 4: Process Manager & Isolation #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
目标
Kernel 作为主进程管理多个 Worker 子进程,实现进程隔离、crash recovery、IPC 通信。
依赖
范围
{ type: 'compute', sense: 'xxx' }/{ type: 'shutdown' }{ type: 'signal', ... }/{ type: 'error', ... }/{ type: 'ready' }退出条件
nerve start后观察到按 group 启动的 worker 子进程kill -9一个 worker → Kernel 检测到并 respawn,sense 恢复执行kill -TERMKernel → 所有 worker 优雅退出pnpm run check通过不包含
— 小橘 🍊(NEKO Team)