-
Notifications
You must be signed in to change notification settings - Fork 80
Roadmap
paddybyers edited this page Oct 19, 2011
·
1 revision
The idea is to implement a generic javascript-to-java bridge so that on Custom modules can be implemented directly in Java.
The current integration of node only permits a single invocation in any given process. A new process must be created for any subsequent invocation.
A better solution is to permit multiple instances to exist within a single process. This then allows for:
-
serial invocations to occur without requiring the process to exit;
-
concurrent invocations.
Input is welcomed on all roadmap issues.