@cgjs/cluster
v0.0.2
Published
cluster core module for cgjs
Downloads
17
Maintainers
Readme
@cgjs/cluster
cluster core module for cgjs
How doe it work ?
Basically the whole logic is based on GLib.spawn_async_with_pipes
and a temporary file as communication channel.
Every worker will be a spawn of the file that forked it and for what I could test, this seems to work pretty well.