Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XRM-Server [Scripting] Research Boost:Python / V8 JS Engine #148

Open
M-griffin opened this issue May 2, 2017 · 0 comments
Open

XRM-Server [Scripting] Research Boost:Python / V8 JS Engine #148

M-griffin opened this issue May 2, 2017 · 0 comments
Assignees
Labels

Comments

@M-griffin
Copy link
Owner

Research embedded scripting. Previously used Boost Python.
However boost python appears to only allow one instance of the interpreter to run at a time. With Enthral this wasn't an issue because each node was it's own process instance. With XRM, we have one process instance for all connections.

Looks at running as an external process, a new exe that would hook into BBS related items and pass on the socket would need to be created to implement this.

Alternatives are to also look at the V8 JavaScript engine.

@M-griffin M-griffin added the todo label May 2, 2017
@M-griffin M-griffin self-assigned this May 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant