AndreasMadsen/cluster-vhost

Create childtalk module

Closed this issue · 3 comments

I need an easy way to talk between master and workers, I'm not talking about dnode-protocol but IPC using stdin. It will properly be a layer on process.send.

This will more likely be a cluster-memory module, keeping the same initialization information in workers even when they gets killed.

This will be a new module called thintalk there work as a RPC-JSON abstraction layer. Working with both TCP and IPC.

I will make it public soon.

childtalk is now stable. It is first now I reallise how much magic there was in the LearnBoost cluster module.