bchociej / bobbin

easily spool up thread-like worker processes in node with bobbin
Other
4 stars 0 forks source link

switch to child_process and pipes for performance #2

Closed bchociej closed 9 years ago

bchociej commented 9 years ago

cluster.fork() implies synchronous IPC for passing messages. perhaps using child_process and pipes would speed things up in certain cases.

bchociej commented 9 years ago

the real alternative is native threading and/or threads_a_gogo so this is wontfix