Ticket #866 (closed defect: fixed)
Sometimes plugins are slow to populate their data
| Reported by: | bdezonia | Owned by: | bdezonia |
|---|---|---|---|
| Priority: | major | Milestone: | imagej-2.0.0-beta1 |
| Component: | ij-legacy | Version: | |
| Severity: | serious | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: |
Description
LegacyPlugin has code in place to wait for plugin threads to terminate before it harmonizes data between IJ1 & Ij2. This can result in noticeable lags. Determine if we can improve performance of thread termination code.
Try IJ1's File New Image command. Choose 32-bit and fill with black. Display initially created with grey data. Then there is a pause which debugging shows to be LegacyPlugin waiting for thread termination. Then the displayed data goes to black.
Change History
Note: See
TracTickets for help on using
tickets.

In r4950 the performance of thread waiting was greatly improved