josdejong/workerpool

Support binary data

开放

#20 创建于 2017年3月4日

 (1 条评论) (0 个反应) (0 位负责人)JavaScript (164 个派生)github user discovery
enhancementhelp wanted

仓库指标

星标
 (2,307 个星标)
PR 合并指标
 (平均合并 21天 16小时) (30 天内合并 3 个 PR)

描述

Web workers can pass binary data, but this doesn't work in workerpool.

the stdio option for child processes was added a bit ago, and allows creation of the ipc channel, which can then be leveraged for sending binary data.

additionally there's the new cluster native module which automates a lot of this.

i'd love the workerpool API available on top of either one of these approaches so i can have a robust solution that works on both web and node.

贡献者指南