josdejong/workerpool

Support binary data

Aberta

#20 aberto em 4 de mar. de 2017

 (1 comentário) (0 reação) (0 responsável)JavaScript (164 forks)github user discovery
enhancementhelp wanted

Métricas do repositório

Stars
 (2.307 estrelas)
Métricas de merge de PR
 (Mesclagem média 21d 16h) (3 fundiu PRs em 30d)

Description

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.

Guia do colaborador