nodules / luster

The library to develop Master–Worker interactions

Home Page:https://github.com/nodules/luster/wiki/Intro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Isolate extensions from the core

kaero opened this issue · comments

Try to isolate extensions runtime in the separated process to keep master process in safe. API for the extensions can be adapted to keep compatibility, but use RPC under the hood for an interactions with the master process. The extensions API for the workers can be kept as is.

Out of date and nobody cares.