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

Improve threading model for Python scripts #1207

Closed
NickDraper opened this issue Jan 13, 2009 · 1 comment
Closed

Improve threading model for Python scripts #1207

NickDraper opened this issue Jan 13, 2009 · 1 comment
Assignees
Labels
High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Milestone

Comments

@NickDraper
Copy link
Contributor

Ideally we want the execution of the script to occur in it’s own thread. You will have to catch every interaction with the user interface and marshall the call onto the correct thread.[[BR]]

Also while doing this it is worth thinking about what we may be able to do in terms of progress reporting for long running scripts. Is there any way to have an execution pointer point to the line of the script being executed?

@NickDraper
Copy link
Contributor Author

This issue was originally trac ticket 359

@NickDraper NickDraper added the High Priority An issue or pull request that if not addressed is severe enough to postponse a release. label Jun 3, 2015
@NickDraper NickDraper added this to the Iteration 15 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Projects
None yet
Development

No branches or pull requests

2 participants