@cgjs/cluster
Version:
cluster core module for cgjs
10 lines (5 loc) • 441 B
Markdown
cluster core module for [cgjs](https://github.com/cgjs/cgjs)
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.