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

executing function in separate thread #3

Closed
mkind opened this issue Feb 8, 2016 · 1 comment
Closed

executing function in separate thread #3

mkind opened this issue Feb 8, 2016 · 1 comment
Assignees

Comments

@mkind
Copy link
Member

mkind commented Feb 8, 2016

Currently the remote function is not executed in a separate thread seen in the following listing shows.

...
# Send execution validation
response.result = msg.arguments[0]
self._rpc.send(response)
result = fun(call.get_method_args())
# Send Result
msg_result = MRequest()
...

We should change this in order to implement a proper management and enable killing of plugins.

@bontric
Copy link
Collaborator

bontric commented Feb 10, 2016

This is related to #7
Will implement this without the ability to "kill" single threads. Further discussion is required

Further discussions in #7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants