You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: