Skip to content
This repository has been archived by the owner on Mar 19, 2019. It is now read-only.

Verify thread safety of JavaScript based editors #78

Closed
kipz opened this issue Dec 19, 2016 · 1 comment
Closed

Verify thread safety of JavaScript based editors #78

kipz opened this issue Dec 19, 2016 · 1 comment

Comments

@kipz
Copy link
Contributor

kipz commented Dec 19, 2016

From @johnsonr on November 22, 2016 19:56

Need to check isolation between "edit" methods invocations, even if not state is shared.

@kipz kipz self-assigned this Jan 28, 2017
@kipz
Copy link
Contributor Author

kipz commented Jan 28, 2017

With the move to property injection, we'll need to create a new instance of each rug each time we run an operation, as this definitely wouldn't be thread safe. In any case, this should be fast if we reuse the ScriptEngine instance.

#229

NOTE: Each thread must have its own bindings!

@kipz kipz closed this as completed Jan 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant