Ticket #359 (closed: fixed)
Improve threading model for Python scripts
Reported by: | Nick Draper | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | critical | Milestone: | Iteration 15 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
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.
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?
Change History
Note: See
TracTickets for help on using
tickets.
(In [1931]) Scripts are now executed so that the Mantid algorithms are run in a separate thread and the user can continue interacting with MantidPlot. Re #359